hashicorp / hashicorp/go-multierror
errors.Is() does not work if multierror.Prefix() is used
Open
- Dominant language
- Go
- Stars
- 2.6k
- Forks
- 143
- PR merge metrics
- No merged PRs in 30d
Description
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.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.