tree: 683a4ef7708f41a7021cb391c202df0b0b550917 [path history] [tgz]
  1. .gitignore
  2. error.go
  3. error_test.go
  4. glide.lock
  5. glide.yaml
  6. LICENSE.txt
  7. README.md
README.md

multierr

Easy grouping of one or more errors into a single error.

Installation

go get -u go.uber.org/multierr

Usage

TODO

Status

Stable


Released under the MIT License.