hashicorp / go-multierror

A Go (golang) package for representing a list of errors as a single error.
Mozilla Public License 2.0
2.28k stars 123 forks source link

group: add Add method #106

Closed exherb closed 4 hours ago

exherb commented 3 months ago

sometimes we want to use this in worker instead of goroutine.