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
At the moment I'm doing some kind of nasty fmt.Errorf in internal/wguser, and internal/wgnl is propagating raw unix.Errno errors I believe. We should wrap these in a nicer error type and consider implementing our own version of IsNotExist and similar that provides more detail than the stdlib one we are using now.
The text was updated successfully, but these errors were encountered:
At the moment I'm doing some kind of nasty
fmt.Errorf
ininternal/wguser
, andinternal/wgnl
is propagating rawunix.Errno
errors I believe. We should wrap these in a nicer error type and consider implementing our own version ofIsNotExist
and similar that provides more detail than the stdlib one we are using now.The text was updated successfully, but these errors were encountered: