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 global default ErrorFormatFunc #52

Open koutloup opened 3 years ago

koutloup commented 3 years ago

Adds the possibility to set the default ErrorFormatFunc, so a consistend error formatting can be used without the need to initialize all multierrors with ErrorFormat field

hashicorp-cla commented 3 years ago

CLA assistant check
All committers have signed the CLA.