5 lines
77 B
Batchfile
5 lines
77 B
Batchfile
SET CGO_ENABLED=0
|
|
SET GOOS=linux
|
|
SET GOARCH=amd64
|
|
|
|
go build -o update main.go |