Categorygithub.com/uber-go/multierr
modulepackage
0.2.0
Repository: https://github.com/uber-go/multierr.git
Documentation: pkg.go.dev

# README

multierr GoDoc Build Status Coverage Status

multierr allows combining one or more Go errors together.

Installation

go get -u go.uber.org/multierr

Status

Beta


Released under the MIT License.

# Functions

Append appends the given errors together.
Combine combines the passed errors into a single error.