go_study/fabric-main/vendor/go.uber.org/multierr
Msy-msu ba621c6934 add two projects 2023-07-02 17:15:59 +08:00
..
.codecov.yml add two projects 2023-07-02 17:15:59 +08:00
.gitignore add two projects 2023-07-02 17:15:59 +08:00
.travis.yml add two projects 2023-07-02 17:15:59 +08:00
CHANGELOG.md add two projects 2023-07-02 17:15:59 +08:00
LICENSE.txt add two projects 2023-07-02 17:15:59 +08:00
Makefile add two projects 2023-07-02 17:15:59 +08:00
README.md add two projects 2023-07-02 17:15:59 +08:00
error.go add two projects 2023-07-02 17:15:59 +08:00
glide.yaml add two projects 2023-07-02 17:15:59 +08:00
go113.go add two projects 2023-07-02 17:15:59 +08: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.