Combine one or more Go errors together
Go to file
Prashant Varanasi 61201fe3f2 Add benchmarks for different error cases (#7) 2017-03-27 11:13:53 -07:00
scripts Set up Travis CI (#2) 2017-03-22 17:54:47 -07:00
.gitignore Initial import (#1) 2017-03-22 17:05:00 -07:00
.travis.yml Set up Travis CI (#2) 2017-03-22 17:54:47 -07:00
LICENSE.txt Initial import (#1) 2017-03-22 17:05:00 -07:00
Makefile Lint fixes (#4) 2017-03-22 18:16:12 -07:00
README.md Minimal readme (#3) 2017-03-22 17:54:35 -07:00
benchmarks_test.go Add benchmarks for different error cases (#7) 2017-03-27 11:13:53 -07:00
error.go Fix Append modifying a possibly shared array (#8) 2017-03-27 10:54:46 -07:00
error_test.go Add benchmarks for different error cases (#7) 2017-03-27 11:13:53 -07:00
glide.lock Initial import (#1) 2017-03-22 17:05:00 -07:00
glide.yaml Initial import (#1) 2017-03-22 17:05:00 -07: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

Beta


Released under the MIT License.