gophersgang/go-codegen
Go repos for code generation
This project is a curated collection of open-source tools that help Go developers automate repetitive coding tasks. It takes various inputs like JSON schemas, database schemas, or even existing Go code, and generates Go structs, API documentation, database access layers, and more. This is for Go developers looking to streamline their development workflow and reduce manual coding.
No commits in the last 6 months.
Use this if you are a Go developer who frequently writes boilerplate code for data structures, API interactions, or database integrations and want to automate these tasks.
Not ideal if you are looking for a general-purpose code generation framework outside the Go ecosystem, or if you are not a Go developer.
Stars
51
Forks
6
Language
Go
License
—
Category
Last pushed
May 18, 2020
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ai-coding/gophersgang/go-codegen"
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.