status-go/vendor/go.uber.org/multierr
Adam Babik 664488faf9
add an adapter for zap and geth loggers (#1534)
2019-07-24 09:58:01 +02:00
..
.codecov.yml add an adapter for zap and geth loggers (#1534) 2019-07-24 09:58:01 +02:00
.gitignore add an adapter for zap and geth loggers (#1534) 2019-07-24 09:58:01 +02:00
.travis.yml add an adapter for zap and geth loggers (#1534) 2019-07-24 09:58:01 +02:00
CHANGELOG.md add an adapter for zap and geth loggers (#1534) 2019-07-24 09:58:01 +02:00
LICENSE.txt add an adapter for zap and geth loggers (#1534) 2019-07-24 09:58:01 +02:00
Makefile add an adapter for zap and geth loggers (#1534) 2019-07-24 09:58:01 +02:00
README.md add an adapter for zap and geth loggers (#1534) 2019-07-24 09:58:01 +02:00
error.go add an adapter for zap and geth loggers (#1534) 2019-07-24 09:58:01 +02:00
glide.lock add an adapter for zap and geth loggers (#1534) 2019-07-24 09:58:01 +02:00
glide.yaml add an adapter for zap and geth loggers (#1534) 2019-07-24 09:58:01 +02: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.