5 lines
183 B
Bash
Executable File
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)" .
|