You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
sunface 594f806d59
add vendor, change some js file to typescript
5 years ago
..
.codecov.yml add vendor, change some js file to typescript 5 years ago
.gitignore add vendor, change some js file to typescript 5 years ago
.travis.yml add vendor, change some js file to typescript 5 years ago
CHANGELOG.md add vendor, change some js file to typescript 5 years ago
LICENSE.txt add vendor, change some js file to typescript 5 years ago
Makefile add vendor, change some js file to typescript 5 years ago
README.md add vendor, change some js file to typescript 5 years ago
error.go add vendor, change some js file to typescript 5 years ago
glide.yaml add vendor, change some js file to typescript 5 years ago
go.mod add vendor, change some js file to typescript 5 years ago
go.sum add vendor, change some js file to typescript 5 years ago
go113.go add vendor, change some js file to typescript 5 years ago
tools.go add vendor, change some js file to typescript 5 years ago

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.