tcnksm / ghr

Upload multiple artifacts to GitHub Release in parallel
http://tcnksm.github.io/ghr/
MIT License
1.23k stars 80 forks source link

Show the exact `gofmt` command in README #117

Closed roschaefer closed 5 years ago

roschaefer commented 5 years ago

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.