moznion/gowrtr
gowrtr is a library that supports golang code generation
This is a library for Go developers who need to programmatically create Go source code. You provide high-level instructions on the structure and content of the Go code you want, and it outputs well-formatted, syntactically correct Go code, including support for generics. It's designed for Go programmers who build tools or systems that generate Go code.
119 stars. No commits in the last 6 months.
Use this if you are a Go developer building applications that need to generate other Go code on the fly, such as scaffolding tools, ORMs, or API clients.
Not ideal if you are looking to generate code in languages other than Go, or if your primary need is for a simple text templating engine rather than a robust code generation library.
Stars
119
Forks
10
Language
Go
License
MIT
Category
Last pushed
Aug 22, 2022
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ai-coding/moznion/gowrtr"
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.