pcgamedb/build.sh

5 lines
95 B
Bash
Raw Normal View History

2024-09-24 06:17:11 -04:00
go install github.com/swaggo/swag/cmd/swag@latest
swag init
CGO_ENABLED=0
go build -o gamedb .