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
"go fmt" always fixes code in place. As a result, running it again to
report formatting errors doesn't do anything.
The original intention probably was to check for errors and then
report them. This is what is done now, using gofmt directly and
it's diff output mode.
0 commit comments