c := make(chan os.Signal) signal.Notify© // todo: 干你想干的 server.Start() s := <-c glog.Infoln(“先退了”, s)