1# multierr [![GoDoc][doc-img]][doc] [![Build Status][ci-img]][ci] [![Coverage Status][cov-img]][cov]
2
3`multierr` allows combining one or more Go `error`s together.
4
5## Installation
6
7    go get -u go.uber.org/multierr
8
9## Status
10
11Stable: No breaking changes will be made before 2.0.
12
13-------------------------------------------------------------------------------
14
15Released under the [MIT License].
16
17[MIT License]: LICENSE.txt
18[doc-img]: https://godoc.org/go.uber.org/multierr?status.svg
19[doc]: https://godoc.org/go.uber.org/multierr
20[ci-img]: https://travis-ci.com/uber-go/multierr.svg?branch=master
21[cov-img]: https://codecov.io/gh/uber-go/multierr/branch/master/graph/badge.svg
22[ci]: https://travis-ci.com/uber-go/multierr
23[cov]: https://codecov.io/gh/uber-go/multierr
24