Skip to content

Commit 9645d75

Browse files
committed
Add tab spaces
Signed-off-by: Shogo Hida <[email protected]>
1 parent c1bde1e commit 9645d75

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/cmd/go/internal/generate/generate.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -91,10 +91,10 @@ Go generate sets several variables when it runs the generator:
9191
$DOLLAR
9292
A dollar sign.
9393
$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.
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.
9898
9999
Other than variable substitution and quoted-string evaluation, no
100100
special processing such as "globbing" is performed on the command

0 commit comments

Comments
 (0)