mirror of
https://github.com/golang/go
synced 2024-11-17 04:34:46 -07:00
Update alldocs.go
Signed-off-by: Shogo Hida <shogo.hida@gmail.com>
This commit is contained in:
parent
3cdec9a5fa
commit
66a841c4ed
@ -567,6 +567,11 @@
|
||||
// generator, containing the Go toolchain and standard library.
|
||||
// $DOLLAR
|
||||
// A dollar sign.
|
||||
// $PATH
|
||||
// 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.
|
||||
//
|
||||
// Other than variable substitution and quoted-string evaluation, no
|
||||
// special processing such as "globbing" is performed on the command
|
||||
|
Loading…
Reference in New Issue
Block a user