go build ./index.go

会生成一个index的运行文件

nohup index &

后台运行index文件

不输出错误信息

nohup ./程序名 >/dev/null 2>&1 &

killall index

你可能还要关闭index