# README
msvc-orders
Microservice Orders
Owasp Scanning Report
Swagger Documentation
Generate Swagger
go get -u github.com/swaggo/swag/cmd/swag
go install github.com/swaggo/swag/cmd/swag
cd internal/transport/routes
swag fmt
swag init -g helpers.go -o ../../../docs/
- if you not find the swag binary, check if your go PATH is on your path or use ~/go/bin/swag
More info on the formats at Swag offical