We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8dd0ca commit cb5699fCopy full SHA for cb5699f
src/cmd/go/internal/tool/tool.go
@@ -44,7 +44,7 @@ may be defined in the go.mod of the current module.
44
With no arguments it prints the list of known tools.
45
46
The -n flag causes tool to print the command that would be
47
-executed but not execute it.
+executed but not execute it. (the path to the executable shown may not actually exist.)
48
49
The -modfile=file.mod build flag causes tool to use an alternate file
50
instead of the go.mod in the module root directory.
0 commit comments