mobiletoly/gobetter

GO Better - code generated builders for Go struct

27
/ 100
Experimental

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.

Go-programming developer-tooling software-engineering API-design code-generation
No Package No Dependents
Maintenance 6 / 25
Adoption 5 / 25
Maturity 16 / 25
Community 0 / 25

How are scores calculated?

Stars

9

Forks

Language

Go

License

Apache-2.0

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.