Versions in this module Expand all Collapse all v0 v0.5.0 Feb 26, 2021 Changes in this version + type Group struct + func NewErrGroup() *Group + func WithContext(ctx context.Context) (*Group, context.Context) + func (g *Group) Go(f func() error) + func (g *Group) Wait() error