4 lines
99 B
Batchfile
4 lines
99 B
Batchfile
|
|
set CGO_ENABLED=0
|
||
|
|
set GOOS=windows
|
||
|
|
set GOARCH=amd64
|
||
|
|
go build -o main-windows.exe server/main.go
|