mirror of
https://github.com/lzh-1625/go_process_manager.git
synced 2026-04-22 23:47:06 +08:00
4 lines
82 B
Batchfile
4 lines
82 B
Batchfile
SET CGO_ENABLED=0
|
|
SET GOOS=linux
|
|
SET GOARCH=amd64
|
|
go build -o xpm main.go |