Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Makefile: fix format error reporting
"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.
- Loading branch information