4 lines
77 B
Batchfile
4 lines
77 B
Batchfile
@SET GOOS=windows
|
|
@SET GOARCH=amd64
|
|
cd ..
|
|
go build -ldflags "-w -s" -trimpath |