4 lines
73 B
Batchfile
4 lines
73 B
Batchfile
set GOOS=linux
|
|
set GOARCH=amd64
|
|
go build -trimpath -ldflags "-s -w"
|
|
pause |