6 lines
93 B
Batchfile
6 lines
93 B
Batchfile
|
|
set CGO_ENABLED=0
|
||
|
|
set GOOS=linux
|
||
|
|
set GOARCH=amd64
|
||
|
|
go build -o main-linux server/main.go
|
||
|
|
|