This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
# Server graceful restart with Go
## 安装并运行服务器(打开终端运行一下命令)
```
$ git clone
$ go mod tidy
$ go run build //不打包第二次以后无法正常重启,会报 Fail to fork1 no such file or directory
$ go-graceful-restart-example
2014/12/14 20:26:42 [Server - 4301] Listen on [::]:12345