We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c65b69 commit 3d8fc29Copy full SHA for 3d8fc29
src/cmd/go/internal/generate/generate.go
@@ -90,6 +90,10 @@ Go generate sets several variables when it runs the generator:
90
$DOLLAR
91
A dollar sign.
92
93
+Place GOROOT/bin at the beginning of PATH in 'go generate'.
94
+This causes tests and generators that execute 'go' as a subprocess
95
+to use the same go command as the parent 'go generate' command.
96
+
97
Other than variable substitution and quoted-string evaluation, no
98
special processing such as "globbing" is performed on the command
99
line.
0 commit comments