mirror of
https://github.com/lzh-1625/go_process_manager.git
synced 2025-09-26 12:01:16 +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 |