# Functions
GoWithContext is a small wrapper around errgroup.Group.Go.
WithContext returns a new Group and an associated Context derived from ctx.
# Structs
Group is wrapper around Go's x/sync/errgroup.Group.
ReturnError contains a stack trace of the function which called Group.Go.
# Interfaces
EGroup defines common interface for Group and x/sync/errgroup.Group.