From dc39f0cb6e720d190a006dced0f22bd8b8f99dec Mon Sep 17 00:00:00 2001 From: yusing Date: Tue, 23 Dec 2025 17:18:59 +0800 Subject: [PATCH] chore(swagger): add installation instruction for swaggo in Makefile --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 1a99ee1b..785a5f75 100755 --- a/Makefile +++ b/Makefile @@ -148,6 +148,7 @@ push-github: git push origin $(shell git rev-parse --abbrev-ref HEAD) gen-swagger: + # go install github.com/swaggo/swag/cmd/swag@latest swag init --parseDependency --parseInternal --parseFuncBody -g handler.go -d internal/api -o internal/api/v1/docs python3 scripts/fix-swagger-json.py # we don't need this