https://github.com/ldej/swagger-go-example
An example setup for generating swagger docs using go-swagger and swaggo. Read the blog post for details!
https://github.com/ldej/swagger-go-example
go golang openapi swagger
Last synced: about 2 months ago
JSON representation
An example setup for generating swagger docs using go-swagger and swaggo. Read the blog post for details!
- Host: GitHub
- URL: https://github.com/ldej/swagger-go-example
- Owner: ldej
- Created: 2021-05-26T10:42:52.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-27T10:30:49.000Z (almost 5 years ago)
- Last Synced: 2024-06-20T02:13:20.694Z (almost 2 years ago)
- Topics: go, golang, openapi, swagger
- Language: Go
- Homepage: https://ldej.nl/post/generating-swagger-docs-from-go/
- Size: 3.22 MB
- Stars: 5
- Watchers: 1
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Generating Swagger Docs From Go
A repository containing the same API twice. One is documented with [go-swagger](https://github.com/go-swagger/go-swagger), to other with [Swag](https://github.com/swaggo/swag). Which is better?
Read the accompanying blog post here: https://ldej.nl/post/generating-swagger-docs-from-go/