dolmen-go/codegen
Utilities to write Go code generators from text templates
This tool helps Go developers automate the creation of Go source code files. You provide a text template and some data, and it generates valid, formatted Go code. This is useful for Go programmers who need to generate repetitive code structures or configuration files programmatically.
No commits in the last 6 months.
Use this if you are a Go developer looking to generate Go source files based on templates and structured data, ensuring the output is syntactically correct and properly formatted.
Not ideal if you are not a Go developer or if you need to generate code in a different programming language.
Stars
13
Forks
1
Language
Go
License
Apache-2.0
Category
Last pushed
Aug 09, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ai-coding/dolmen-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.