go的编译与重启
Posted yiyi17
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了go的编译与重启相关的知识,希望对你有一定的参考价值。
ps -ef|grep pro-name| grep -v grep|awk ‘{print $2}‘|xargs kill -9 > /dev/null go build nohup ./xes-admin &
go源码的编译及重启LInux命令
以上是关于go的编译与重启的主要内容,如果未能解决你的问题,请参考以下文章
Go -- 如何使用gcore工具获取一个core文件而不重启应用?
[Go] 通过 17 个简短代码片段,切底弄懂 channel 基础
解决go: go.mod file not found in current directory or any parent directory; see ‘go help modules‘(代码片段