game_sync/statistics/build_linux.bat

5 lines
64 B
Batchfile

set CGO_ENABLED=0
set GOOS=linux
set GOARCH=amd64
go build
pause