Fix: typo

This commit is contained in:
uditaren 2020-05-29 16:37:38 +02:00
parent 45d94a07a1
commit 0fc1a7f846

View File

@ -20,6 +20,6 @@ func init() {
// in order to notify interested parties to quit.
go func(c <-chan os.Signal) {
<-c
close(Terminator)
close(Terminate)
}(sigs)
}