Skip to content

Commit

Permalink
Merge pull request #117 from roschaefer/dont_confuse_contributors_wit…
Browse files Browse the repository at this point in the history
…h_gofmt

Show the exact `gofmt` command in README
  • Loading branch information
Songmu authored Sep 16, 2019
2 parents 4b1c4f7 + 4e4887f commit a01dfd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ $ go get -u github.com/tcnksm/ghr
3. Commit your changes
4. Rebase your local changes against the master branch
5. Run test suite with the `make test` command and confirm that it passes
6. Run `gofmt -s`
6. Run `gofmt -s -w .`
7. Create new Pull Request

## Author
Expand Down

0 comments on commit a01dfd6

Please sign in to comment.