fix: removed docs.go file from swaggo output
This commit is contained in:
@@ -81,4 +81,4 @@ docker:
|
|||||||
## swag: Create swagger documentation
|
## swag: Create swagger documentation
|
||||||
swag:
|
swag:
|
||||||
@echo "Creating swagger documentation for $(APP_NAME)"
|
@echo "Creating swagger documentation for $(APP_NAME)"
|
||||||
@swag init -g $(MAIN_DIR)/main.go
|
@swag init --outputTypes json,yaml -g $(MAIN_DIR)/main.go
|
||||||
|
|||||||
Reference in New Issue
Block a user