Let\'s say I have an errgroup.Group called eg that calls multiple goroutines with
errgroup.Group
eg
eg.Go(func() error { // do work })