Lines Matching refs:to
6 Fix finds Go programs that use old APIs and rewrites them to use
7 newer ones. After you update to a new Go release, fix helps make
8 the necessary changes to your programs.
14 result to standard output.
18 directory tree. When fix rewrites a file, it prints a line to standard
24 The -r flag restricts the set of rewrites considered to those in the
26 rewrites are idempotent, so that it is safe to apply fix to updated
30 to see them, run go tool fix -help.
33 Instead, use a version control system's ``diff'' functionality to inspect