swagger-doc is tool of easy visualize your swagger.json using swagger-ui and redoc.
go get -u github.com/utahta/swagger-doc/cmd/swagger-doc
swagger-doc -s /path/to/swagger.json
then open browser.
swagger-doc -s http://localhost/swagger.json
then open browser.
- Fork it ( https://github.com/utahta/swagger-doc/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request