From 4660daa405a6a1a1f7875a415a4e7747adb28d16 Mon Sep 17 00:00:00 2001 From: Robin Dittmar Date: Fri, 21 Aug 2026 09:21:39 +0200 Subject: [PATCH] fix: removed docs.go file from swaggo output --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9c3896a..f6787b2 100644 --- a/Makefile +++ b/Makefile @@ -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