This repository has been archived on 2024-11-03. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
mattermost-plugin-attachmen.../build/manifest/vendor/go.uber.org/multierr
2018-07-27 14:32:36 -04:00
..
.codecov.yml s/vgo/dep/ 2018-07-27 14:32:36 -04:00
.gitignore s/vgo/dep/ 2018-07-27 14:32:36 -04:00
.travis.yml s/vgo/dep/ 2018-07-27 14:32:36 -04:00
CHANGELOG.md s/vgo/dep/ 2018-07-27 14:32:36 -04:00
error.go s/vgo/dep/ 2018-07-27 14:32:36 -04:00
glide.lock s/vgo/dep/ 2018-07-27 14:32:36 -04:00
glide.yaml s/vgo/dep/ 2018-07-27 14:32:36 -04:00
LICENSE.txt s/vgo/dep/ 2018-07-27 14:32:36 -04:00
Makefile s/vgo/dep/ 2018-07-27 14:32:36 -04:00
README.md s/vgo/dep/ 2018-07-27 14:32:36 -04:00

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.