status-go/vendor/go.uber.org/multierr
Richard Ramos ad326fa290
feat: wakuv2 store (#2780)
Allows runnning a store node depending on node config settings.
2022-08-19 12:34:07 -04:00
..
.codecov.yml add an adapter for zap and geth loggers (#1534) 2019-07-24 09:58:01 +02:00
.gitignore Upgrade zap to v1.13.0 (#1694) 2019-11-25 21:16:00 +01:00
CHANGELOG.md feat: wakuv2 store (#2780) 2022-08-19 12:34:07 -04:00
LICENSE.txt chore: bump go-waku (#2404) 2021-10-19 09:43:41 -04:00
Makefile chore: bump go-waku (#2404) 2021-10-19 09:43:41 -04:00
README.md chore: bump go-waku (#2404) 2021-10-19 09:43:41 -04:00
error.go feat: wakuv2 store (#2780) 2022-08-19 12:34:07 -04: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.