Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pdrum/swagger-automation
This repo accompanies my medium post on go-swagger. It describes how swagger spec can be generated from go code.
https://github.com/pdrum/swagger-automation
api documentation golang swagger
Last synced: about 1 month ago
JSON representation
This repo accompanies my medium post on go-swagger. It describes how swagger spec can be generated from go code.
- Host: GitHub
- URL: https://github.com/pdrum/swagger-automation
- Owner: pdrum
- License: mit
- Created: 2019-06-29T15:51:25.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-06-29T16:36:21.000Z (over 5 years ago)
- Last Synced: 2024-06-18T20:02:38.664Z (5 months ago)
- Topics: api, documentation, golang, swagger
- Language: Go
- Size: 5.86 KB
- Stars: 23
- Watchers: 1
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Generate swagger specification from Go source code
--------------------------------------------------This is the source code accompanying my blog post on
[Generating swagger specification from Go source code](https://medium.com/@pedram.esmaeeli/generate-swagger-specification-from-go-source-code-648615f7b9d9)