listen tcp :8090: bind: address already in use
netstat -nap | grep 8090
kill 12973
后台运行
nohup go run main.go > myout.file 2>&1 &
listen tcp :8090: bind: address already in use
netstat -nap | grep 8090
kill 12973
后台运行
nohup go run main.go > myout.file 2>&1 &