5 lines
58 B
Batchfile
5 lines
58 B
Batchfile
@echo off
|
|
set GOARCH=amd64
|
|
set GOOS=linux
|
|
go build .
|
|
pause |