go在服务器如何运行1.编译go build test. go 或者指定输出文件名go build -o custom_name2.后台运行nohup ./custom_name &不输出错误信息nohup ./custom_name >/dev/null 2>&1 &