mirror of
https://github.com/kataras/iris.git
synced 2025-12-23 21:07:03 +00:00
gofmt
This commit is contained in:
@@ -238,7 +238,7 @@ func (srv *Server) interruptChan() chan os.Signal {
|
||||
}
|
||||
|
||||
func (srv *Server) handleInterrupt(interrupt chan os.Signal, quitting chan struct{}, listener net.Listener) {
|
||||
for _ = range interrupt {
|
||||
for range interrupt {
|
||||
if srv.Interrupted {
|
||||
srv.log("already shutting down")
|
||||
continue
|
||||
|
||||
Reference in New Issue
Block a user