fix: removed docs.go file from swaggo output

This commit is contained in:
2026-08-21 09:21:39 +02:00
parent 53f1e2c642
commit 4660daa405
+1 -1
View File
@@ -81,4 +81,4 @@ docker:
## swag: Create swagger documentation
swag:
@echo "Creating swagger documentation for $(APP_NAME)"
@swag init -g $(MAIN_DIR)/main.go
@swag init --outputTypes json,yaml -g $(MAIN_DIR)/main.go