# README
github.com/davidkhala/goutils/restful
Swagger Support
To generate swagger docs
- get binary
swag
bygo install github.com/swaggo/swag/cmd/swag@latest
swag init -g main/main.go
- or use the go generate banner in
main/main.go
- or use the go generate banner in
- access swagger: if route setup as
/swagger/*any
, go to/swagger/index.html
# Functions
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Ping @Router /ping [get] @Success 200 {string} string "pong" @Produce text/plain.
No description provided by the author
No description provided by the author