The other week I wanted to attach some information to all errors in a multierror using multierror.Prefix but also didn't want to take visual focus off of the actual errors by having them behind the (rather long) context/scope information that I wanted to attach.
Maybe others have the same usecase, so here you go.
The other week I wanted to attach some information to all errors in a multierror using
multierror.Prefix
but also didn't want to take visual focus off of the actual errors by having them behind the (rather long) context/scope information that I wanted to attach.Maybe others have the same usecase, so here you go.