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
[errors] use pkg errors instead of std errors (#1174)
## Summary
"github.com/pkg/errors" wraps some functions of `errors` (like `Is` and
`Unwrap`), so it's okay to use those functions provided by the former.
## How was it tested?
0 commit comments