swaggest/openapi-go
OpenAPI structures for Go
This library helps Go developers create and manage OpenAPI documentation for their HTTP REST services. You provide Go data structures defining your API requests and responses, and it automatically generates a complete OpenAPI Schema document. This is ideal for backend developers building Go-based APIs.
344 stars. No commits in the last 6 months.
Use this if you are a Go developer who needs to generate accurate and up-to-date OpenAPI 3.x documentation directly from your Go code.
Not ideal if you are looking for a GUI tool to design your API, or if you are not developing in Go.
Stars
344
Forks
32
Language
Go
License
MIT
Category
Last pushed
Oct 05, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ai-coding/swaggest/openapi-go"
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.