You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add Errors.Unwrap method
This allows us to use errors.Is with errors returned from a failed validation.
* Remove errors.Is test
This only works from go1.20 onwards. And this project targets 1.13
0 commit comments