fix spacing

remotes/github/master
Chakib Benziane 5 years ago
parent 7d9df9197a
commit c2780f76a9

@ -33,8 +33,8 @@ func main() {
// Subscribe to SIGINT
manager.SubscribeTo(os.Interrupt)
// NewWorker returns a type implementing WorkUnit interface
unit := NewWorker()
// NewWorker returns a type implementing WorkUnit interface unit :=
NewWorker()
// Register the unit with the manager
manager.AddUnit(scheduler)

Loading…
Cancel
Save