Closed ianlivingstone closed 6 years ago
In several places we were not filtering out nil errors when we needed to return multiple errors at once.
We now use errs.MultiError to filter out nil errors :)
errs.MultiError
In several places we were not filtering out nil errors when we needed to return multiple errors at once.
We now use
errs.MultiError
to filter out nil errors :)