game-crawler/build.sh
2024-12-26 21:09:00 +08:00

5 lines
183 B
Bash
Executable File

go install github.com/swaggo/swag/cmd/swag@latest
swag init
CGO_ENABLED=0
go build -o game-crawler -ldflags "-s -w -X game-crawler/constant.Version=$(git describe --tags --always)" .