# README
Swagger Docs
Swagger docs are generated through swaggo/swag from Go annotations in the Godoc comments.
Install swag
go install github.com/swaggo/swag/cmd/swag@latest
Generate docs
swag init -g api.go -o http/docs/
Swagger docs are generated through swaggo/swag from Go annotations in the Godoc comments.
swag
go install github.com/swaggo/swag/cmd/swag@latest
swag init -g api.go -o http/docs/