Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 515 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 515 Bytes

Golang Api Gin Gonic

Generate API Docs

get swagger golang

$ go get -v github.com/swaggo/swag/cmd/swag
$ go get -v github.com/swaggo/gin-swagger
$ go get -v github.com/swaggo/files

Generate
swag init -g app.go

docs api :
http://localhost:8080/swagger/index.html#

API Docs by Postman

https://documenter.getpostman.com/view/6097899/UVsLT7LB

List Docs Open API

GOREST