Zachacious/go-respec
Generate OpenAPI 3 specifications for any Go web project via static analysis, with zero magic comments.
This tool helps Go developers automatically create an OpenAPI 3 specification for their web projects. It analyzes existing Go source code to understand API routes, parameters, and request/response bodies, generating a machine-readable API contract. This is ideal for Go developers who need to expose their web application's API documentation without manually writing or annotating their code.
No commits in the last 6 months.
Use this if you are a Go developer who needs to generate up-to-date OpenAPI specifications from your existing Go web services without adding intrusive comments or separate code generation steps.
Not ideal if you prefer to heavily annotate your Go code with comments to define your API spec, or if you are not working with Go web projects.
Stars
8
Forks
—
Language
Go
License
MIT
Category
Last pushed
Aug 30, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ai-coding/Zachacious/go-respec"
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.