Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
It is confusing to run gofmt -w as instructed only to get the exact same error when retrying the commit because you forgot to add the changes gofmt made to the commit. This change avoids that confusion. Running exactly "git add" will give an error message reminding you to tell it what to add. Since we don't know what that is (it could be a patch fragment), we can't include it in our message so this is fine.
- Loading branch information