Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Show the exact gofmt command in README #117

Merged

Conversation

roschaefer
Copy link
Contributor

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.

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.
@Songmu Songmu merged commit a01dfd6 into tcnksm:master Sep 16, 2019
Songmu added a commit that referenced this pull request Sep 16, 2019
## [v0.13.0](v0.12.2...v0.13.0) (2019-09-16)

* Show the exact `gofmt` command in README [#117](#117) ([roschaefer](https://github.com/roschaefer))
* just release without files [#118](#118) ([roschaefer](https://github.com/roschaefer))
* Fix typo [#114](#114) ([roschaefer](https://github.com/roschaefer))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants