mobiletoly/gobetter
GO Better - code generated builders for Go struct
This tool helps Go developers build configuration objects, data models, or other complex Go structs more reliably. You provide your Go struct definitions, and it generates helper code that ensures all mandatory fields are filled in at compile-time. The output is a set of type-safe builder functions that guide you through setting each required field one by one.
Use this if you are a Go developer who wants to ensure that critical fields in your structs are never accidentally left empty, improving code robustness and maintainability.
Not ideal if you are working with very simple Go structs that have few fields or no mandatory fields, as the overhead of a builder might be unnecessary.
Stars
9
Forks
—
Language
Go
License
Apache-2.0
Category
Last pushed
Nov 01, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ai-coding/mobiletoly/gobetter"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
googleapis/gapic-generator-python
Generate Python API client libraries from Protocol Buffers.
zeromicro/go-zero
A cloud-native Go microservices framework with cli tool for productivity.
omissis/go-jsonschema
A tool to generate Go data types from JSON Schema definitions.
openconfig/ygot
A YANG-centric Go toolkit - Go/Protobuf Code Generation; Validation; Marshaling/Unmarshaling
mailru/easyjson
Fast JSON serializer for golang.