# README
API Documentation
Build the documentation
Run:
$ ./build-doc-swagger.sh
or
$ swag init
Then:
$ go build
View web api documentation
Try url:
http://localhost:8080/swagger/index.html
# Variables
SwaggerInfo holds exported Swagger Info so clients can modify it.