From b1fc502fa10caaadf21b695c52b6542d33a44e76 Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Fri, 5 Apr 2024 09:00:49 -0500 Subject: [PATCH] update --- scripts/golang-build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/golang-build.sh b/scripts/golang-build.sh index 0c982d0..f0256b8 100644 --- a/scripts/golang-build.sh +++ b/scripts/golang-build.sh @@ -12,7 +12,7 @@ go mod download # Check if go.mod contains "swag" if grep -q "swag" go.mod; then echo "Found 'swag' in go.mod. Running swag init..." - go install github.com/swaggo/swag/cmd/swag@v1.8.12 + #go install github.com/swaggo/swag/cmd/swag@v1.8.12 swag init fi