influx6/moz
Flexible codegen in go
This tool helps Go developers automatically create Go source code. You provide it with abstract descriptions of Go structures like structs, functions, or interfaces, and it generates the corresponding Go code files. It's for Go developers who need to automate repetitive coding tasks or build domain-specific language (DSL) compilers.
No commits in the last 6 months.
Use this if you are a Go developer who frequently writes similar boilerplate code or needs to create tools that generate Go source files based on specific inputs.
Not ideal if you are looking for a general-purpose text templating tool or are not developing in Go.
Stars
8
Forks
1
Language
Go
License
MIT
Category
Last pushed
May 29, 2018
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ai-coding/influx6/moz"
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.