1
0
mirror of https://github.com/golang/go synced 2024-11-17 02:34:46 -07:00

Replace spaces with 2 tabs

This commit is contained in:
Shogo Hida 2023-05-10 22:15:48 +09:00
parent 66a841c4ed
commit 7bb7382f49

View File

@ -91,10 +91,10 @@ Go generate sets several variables when it runs the generator:
$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.
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