Skip to content

Commit

Permalink
README: update version info now that Go 1.18 is out
Browse files Browse the repository at this point in the history
cmd/gofmt saw no changes since 1.18rc1.
  • Loading branch information
mvdan committed Mar 16, 2022
1 parent 9b05d69 commit edc2d69
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 @@ -5,7 +5,7 @@
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.

The tool is a modified fork of `gofmt` as of Go 1.18rc1.
The tool is a modified fork of `gofmt` as of Go 1.18.
It can be used as a drop-in replacement to format your Go code,
and running `gofmt` after `gofumpt` should produce no changes.
For example:
Expand Down

0 comments on commit edc2d69

Please sign in to comment.