3 lines
149 B
Batchfile
3 lines
149 B
Batchfile
go env -w CGO_ENABLED=0 GOOS=linux GOARCH=amd64
|
|
go env -w CGO_ENABLED=0 GOOS=darwin3 GOARCH=amd64
|
|
go env -w CGO_ENABLED=0 GOOS=windows GOARCH=amd64 |