Skip to content

errors.Is() does not work if multierror.Prefix() is used #56

@qqshka

Description

@qqshka

It does not work since go.mod specifies errwrap@v1.0.0 and it does not have Unwrap(), but Unwrap() was added in errwrap@v1.1.0.

I could obviously fix it explicilty by updating versions but fixing it in go.mod wouldn't hurt either.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions