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

Defer formatting when only one error is returned #33

Open mkatychev opened 4 years ago

mkatychev commented 4 years ago
hashicorp-cla commented 4 years ago

CLA assistant check
All committers have signed the CLA.

jefferai commented 4 years ago

Just a note that while I would also like this behavior, it changes the output of the library and thus may break any code depending on the output to be stable. As a result, I doubt we will end up accepting it at this time unless we want to consider a major rev bump. Pinging @mitchellh for opinions.