Go 打包

CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build main.go



 ps -aux|grep main

 kill -9 117796

chmod +x main 

nohup ./main &

你可能感兴趣的:(Go 打包)