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
I think this just means that the errUnrecoverable needs to implement Unwrap(), which should be a pretty simple change of adding (see https://play.golang.org/p/LpiCrGbpEOD)
See example (https://play.golang.org/p/SFwoFoqUi_h):
Outputs:
I think this just means that the
errUnrecoverable
needs to implementUnwrap()
, which should be a pretty simple change of adding (see https://play.golang.org/p/LpiCrGbpEOD)The text was updated successfully, but these errors were encountered: