Skip to content

Commit

Permalink
fix install command in README
Browse files Browse the repository at this point in the history
  • Loading branch information
marten-seemann authored and mvdan committed Sep 14, 2021
1 parent fa55713 commit 7e8f13b
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
@@ -1,6 +1,6 @@
# gofumpt

GO111MODULE=on go get mvdan.cc/gofumpt
go install mvdan.cc/gofumpt@latest

Enforce a stricter format than `gofmt`, while being backwards compatible. That
is, `gofumpt` is happy with a subset of the formats that `gofmt` is happy with.
Expand Down

0 comments on commit 7e8f13b

Please sign in to comment.