v1.11.0
Release v1.11.0 (#79) This prepares release for v1.11.0 which contains: * support for `Errors` on any error that implements the multiple-error interface specified by standard library starting from Go 1.20. * `Every`, which checks whether all errors in the error chain satisfies the `errors.Is` comparison against the target error.
multierr allows combining one or more Go errors together.
error values exclusively.defer statement.errors.Is and errors.As functions just work.go get -u go.uber.org/multierr@latest
Stable: No breaking changes will be made before 2.0.
Released under the MIT License.