mirror of
https://gitee.com/gokins/gokins.git
synced 2024-11-29 17:57:50 +08:00
3 lines
65 B
Batchfile
3 lines
65 B
Batchfile
set GOOS=linux
|
|
set GOARCH=amd64
|
|
go build -o ../bin/gokins main.go |