Improve Swagger DMaaP Mediator Producer
[nonrtric.git] / dmaap-mediator-producer / generate_swagger_docs.sh
index 63bc20d..8a13f30 100755 (executable)
@@ -17,4 +17,6 @@
 #
 ##############################################################################
 
-swag init
\ No newline at end of file
+go get -u github.com/swaggo/swag/cmd/swag
+swag init --output api
+swag fmt
\ No newline at end of file