# README
/docs
Design and user documents (in addition to your godoc generated documentation).
Examples:
- https://github.com/gohugoio/hugo/tree/master/docs
- https://github.com/openshift/origin/tree/master/docs
- https://github.com/dapr/dapr/tree/master/docs
Comands to run swagger:
swag fmt
to format swagger commentsswag init
(main in root) orswag init -g cmd/api/main.go
(main out root)swagger/index.html
to access swagger page
# Variables
SwaggerInfo holds exported Swagger Info so clients can modify it.