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 c1bde1e commit 9645d75Copy full SHA for 9645d75
src/cmd/go/internal/generate/generate.go
@@ -91,10 +91,10 @@ Go generate sets several variables when it runs the generator:
91
$DOLLAR
92
A dollar sign.
93
$PATH
94
- The $PATH of the parent process, with $GOROOT/bin
95
- placed at the beginning. This causes generators
96
- that execute 'go' commands to use the same 'go'
97
- as the parent 'go generate' command.
+ The $PATH of the parent process, with $GOROOT/bin
+ placed at the beginning. This causes generators
+ that execute 'go' commands to use the same 'go'
+ as the parent 'go generate' command.
98
99
Other than variable substitution and quoted-string evaluation, no
100
special processing such as "globbing" is performed on the command
0 commit comments