This commit is contained in:
2024-04-05 09:00:49 -05:00
parent 47e74a9cab
commit b1fc502fa1

View File

@@ -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