5 lines
83 B
Batchfile
5 lines
83 B
Batchfile
|
set CGO_ENABLED=0
|
||
|
set GOOS=linux
|
||
|
set GOARCH=amd64
|
||
|
go build -o build/goproxy_client
|