Recommend a fixtures replacement (e.g ruby factory-bot) in Golang.

This page summarizes the projects mentioned and recommended in the original post on /r/golang

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • factory_bot

    A library for setting up Ruby objects as test data.

  • When I switch language from ruby to golang, I desired to have an alternative to factory-bot (a ruby gem). Therefore, I found the go-factory which can be used to build random object for testing. After using it for a while, I decide to build another fixtures replacement package which is gogo-factory.

  • factory-go

    A library for setting up Golang objects inspired by factory_bot.

  • When I switch language from ruby to golang, I desired to have an alternative to factory-bot (a ruby gem). Therefore, I found the go-factory which can be used to build random object for testing. After using it for a while, I decide to build another fixtures replacement package which is gogo-factory.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • gogo-factory

  • When I switch language from ruby to golang, I desired to have an alternative to factory-bot (a ruby gem). Therefore, I found the go-factory which can be used to build random object for testing. After using it for a while, I decide to build another fixtures replacement package which is gogo-factory.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts