repositorypackage
0.0.6
Repository: https://github.com/simplylib/errgroup.git
Documentation: pkg.go.dev
# README
simplylib/errgroup
A Go (golang) library that is a drop in replacement for x/sync/multierror with one major change,
where x/sync/multierror's Group.Wait()
"returns the first non-nil error (if any)"
simplylib/errgroup's Group.Wait()
returns all the errors using simplylib/multierror