go-socket5-proxy/build-linux.bat

6 lines
93 B
Batchfile

set CGO_ENABLED=0
set GOOS=linux
set GOARCH=amd64
go build -o main-linux server/main.go