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
{{ message }}
This repository has been archived by the owner on Sep 8, 2022. It is now read-only.
Right now errors are in the internal directory. That means a repository importing this one cannot import those error variables and thus cannot check the error with errors.Is(err, ErrXYZ).
One could move errors to their own errors package in pkg/errors or have them locally defined for each exported package.
The text was updated successfully, but these errors were encountered:
Right now errors are in the
internal
directory. That means a repository importing this one cannot import those error variables and thus cannot check the error witherrors.Is(err, ErrXYZ)
.One could move errors to their own errors package in
pkg/errors
or have them locally defined for each exported package.The text was updated successfully, but these errors were encountered: