refine code

pull/240/head
HAOYUatHZ 5 years ago
parent 09224ec67c
commit 3bc3731f7d
  1. 3
      tool/kratos/template.go

@ -142,8 +142,7 @@ func main() {
httpSrv := http.New(svc)
c := make(chan os.Signal, 1)
signal.Notify(c, syscall.SIGHUP, syscall.SIGQUIT, syscall.SIGTERM, syscall.SIGINT)
for {
s := <-c
for s := range c {
log.Info("get a signal %s", s.String())
switch s {
case syscall.SIGQUIT, syscall.SIGTERM, syscall.SIGINT:

Loading…
Cancel
Save