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 was working on #74378 and noticed many instances of fmt.Errorf being used without formatting. I wrote a small script to replace these with errors.New, ensuring the errors package is imported correctly. All tests pass after the change. I imagine this hasn’t been done before because it’s not important enough, but if the project maintainers think it’s worthwhile, I’d be happy to submit the changes.