An open API service indexing awesome lists of open source software.

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!

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/