Update a comment: we no longer keep track of handlers.

This commit is contained in:
David Fifield 2019-12-24 19:16:10 -07:00
parent 5ff75e1034
commit e27709080a

View file

@ -194,7 +194,7 @@ func main() {
}() }()
} }
// keep track of handlers and wait for a signal // wait for a signal
<-sigChan <-sigChan
// signal received, shut down // signal received, shut down