Xuanwo/gg
General Golang Code Generator
This tool helps Go developers automatically write Go source code. Instead of manually typing out repetitive code, you define the structure and elements you need, and it generates valid, formatted Go code. This is ideal for Go programmers who need to create boilerplates, API clients, or data models programmatically.
200 stars. No commits in the last 6 months.
Use this if you are a Go developer who frequently writes similar code structures, such as function definitions, struct types, or import blocks, and want to automate this process to save time and reduce errors.
Not ideal if you are looking for a general-purpose text templating solution or a code generator that parses existing code via struct tags or comments to generate new code.
Stars
200
Forks
16
Language
Go
License
Apache-2.0
Category
Last pushed
Jun 23, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ai-coding/Xuanwo/gg"
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.