aminal/vendor/go.uber.org/multierr
Liam Galvin d5e398ac22 initial gui base 2018-06-28 12:26:48 +01:00
..
.codecov.yml initial gui base 2018-06-28 12:26:48 +01:00
.gitignore initial gui base 2018-06-28 12:26:48 +01:00
.travis.yml initial gui base 2018-06-28 12:26:48 +01:00
CHANGELOG.md initial gui base 2018-06-28 12:26:48 +01:00
LICENSE.txt initial gui base 2018-06-28 12:26:48 +01:00
Makefile initial gui base 2018-06-28 12:26:48 +01:00
README.md initial gui base 2018-06-28 12:26:48 +01:00
error.go initial gui base 2018-06-28 12:26:48 +01:00
glide.lock initial gui base 2018-06-28 12:26:48 +01:00
glide.yaml initial gui base 2018-06-28 12:26:48 +01:00

README.md

multierr GoDoc Build Status Coverage Status

multierr allows combining one or more Go errors together.

Installation

go get -u go.uber.org/multierr

Status

Stable: No breaking changes will be made before 2.0.


Released under the MIT License.