1
0
mirror of https://github.com/golang/go synced 2024-09-25 07:20:12 -06:00

gofix: fix godoc doc

R=golang-dev, adg
CC=golang-dev
https://golang.org/cl/4290049
This commit is contained in:
Alex Brainman 2011-03-16 15:20:46 +11:00
parent 35c274a0da
commit bcd747204d

View File

@ -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.
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.
Instead, use a version control system's ``diff'' functionality to inspect