pcgamedb/build.sh
2024-09-24 18:17:11 +08:00

5 lines
95 B
Bash

go install github.com/swaggo/swag/cmd/swag@latest
swag init
CGO_ENABLED=0
go build -o gamedb .