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

Update Append docs with nil error handling #39

Closed pcman312 closed 4 years ago

pcman312 commented 4 years ago

Updated godocs to reflect that a nil error is ignored by Append. Docs related to: https://github.com/hashicorp/go-multierror/issues/12

hashicorp-cla commented 4 years ago

CLA assistant check
All committers have signed the CLA.