hashicorp / go-multierror

A Go (golang) package for representing a list of errors as a single error.
Mozilla Public License 2.0
2.3k stars 123 forks source link

Add AppendList for an optional number of errors #22

Closed J7mbo closed 5 years ago

J7mbo commented 5 years ago

PR for #21.

hashicorp-cla commented 5 years ago

CLA assistant check
All committers have signed the CLA.

J7mbo commented 5 years ago

Looks like the failing build is because of make test testrace: https://travis-ci.org/hashicorp/go-multierror/builds/522454735#L475

J7mbo commented 5 years ago

Closing as no longer needed.