Update examples to match

This commit is contained in:
Sasha Koshka
2023-05-26 20:27:59 -04:00
parent 5d5d58544f
commit 9025844212
6 changed files with 18 additions and 18 deletions

View File

@@ -38,6 +38,7 @@ func (manager *Manager) Run () error {
for _, routine := range manager.Routines {
if routine != nil {
println("yeah")
waitGroup.Add(1)
go manager.runRoutine(routine, &waitGroup, &errExit)
}