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
We define our own implementation of Errorf, which does fmt.Sprintf and wraps the result in errors.New. TODO: migrate to fmt.Errorf, which does exactly that.
We define our own implementation of
Errorf, which doesfmt.Sprintfand wraps the result inerrors.New. TODO: migrate tofmt.Errorf, which does exactly that.