game_sync/statistics/task/build_linux.bat

5 lines
75 B
Batchfile

set CGO_ENABLED=0
set GOOS=linux
set GOARCH=amd64
go build -o ./task2
pause