mirror of
https://github.com/golang/go
synced 2024-11-12 08:40:21 -07:00
gofix: fix godoc doc
R=golang-dev, adg CC=golang-dev https://golang.org/cl/4290049
This commit is contained in:
parent
35c274a0da
commit
bcd747204d
@ -24,7 +24,7 @@ rewrites are idempotent, so that it is safe to apply gofix to updated
|
|||||||
or partially updated code even without using the -r flag.
|
or partially updated code even without using the -r flag.
|
||||||
|
|
||||||
Gofix prints the full list of fixes it can apply in its help output;
|
Gofix prints the full list of fixes it can apply in its help output;
|
||||||
to see them, run godoc -?.
|
to see them, run gofix -?.
|
||||||
|
|
||||||
Gofix does not make backup copies of the files that it edits.
|
Gofix does not make backup copies of the files that it edits.
|
||||||
Instead, use a version control system's ``diff'' functionality to inspect
|
Instead, use a version control system's ``diff'' functionality to inspect
|
||||||
|
Loading…
Reference in New Issue
Block a user