This commit is contained in:
Chakib Benziane 2018-12-07 17:26:41 +01:00
parent c2780f76a9
commit a5bf24b7fb

View File

@ -46,5 +46,4 @@ func main() {
// Wait for all units to shutdown gracefully through their `Shutdown` method // Wait for all units to shutdown gracefully through their `Shutdown` method
<-manager.Quit <-manager.Quit
} }
``` ```