mirror of
https://gitee.com/gokins/gokins.git
synced 2024-12-02 03:07:46 +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 |