aminal/vendor/go.uber.org/multierr
Liam Galvin e5e7d09656 relocated font package and tidied up font rendering 2018-09-01 19:55:25 +01:00
..
scripts relocated font package and tidied up font rendering 2018-09-01 19:55:25 +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
benchmarks_test.go relocated font package and tidied up font rendering 2018-09-01 19:55:25 +01:00
error.go initial gui base 2018-06-28 12:26:48 +01:00
error_test.go relocated font package and tidied up font rendering 2018-09-01 19:55:25 +01:00
example_test.go relocated font package and tidied up font rendering 2018-09-01 19:55:25 +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.