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
BUT... errors.Wrap and errors.Wrapf return nil if passed a nil error... fmt.Errorfdoesn't... so you gotta look for cases where we were relying on that. You can find some with ^\treturn fmt\.Errorf\( which are lines returning an err which aren't indented in an if
Remove
github.com/pkg/errors
which is dead like in nyaruka/gocommon#128 and nyaruka/goflow#1258The text was updated successfully, but these errors were encountered: