Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Show the exact
gofmt
command in README
This was another pitfall for me as a new contributor: I just typed in `gofmt -s` and thought the command would hang.. After searching on the internet I found out it's waiting on standard input. So, just improper use of the command.
- Loading branch information