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
fmterrorfix: tooling to automatically rewrite fmt.Errorf to errors.New if needed
Implements a CLI tool that'll traverse a directory, find all patterns
matching fmt.Errorf without format specifiers and replace in-place such
with errors.New. For example for the Go standard library
```shell
go run main.go $GOPATH/src/go.googlesource.com
```
Updates golang/go#52696
0 commit comments