mirror of
https://github.com/golang/go
synced 2024-11-19 00:04:40 -07:00
cmd/go: fixed typo in doc and generator
LGTM=iant R=golang-codereviews, iant, bradfitz CC=golang-codereviews https://golang.org/cl/163690043
This commit is contained in:
parent
1965ba6e6f
commit
2074046d00
@ -260,7 +260,7 @@ Go generate sets several variables when it runs the generator:
|
||||
$GOPACKAGE
|
||||
The name of the package of the file containing the directive.
|
||||
|
||||
Other than variable substition and quoted-string evaluation, no
|
||||
Other than variable substitution and quoted-string evaluation, no
|
||||
special processing such as "globbing" is performed on the command
|
||||
line.
|
||||
|
||||
|
@ -58,7 +58,7 @@ Go generate sets several variables when it runs the generator:
|
||||
$GOPACKAGE
|
||||
The name of the package of the file containing the directive.
|
||||
|
||||
Other than variable substition and quoted-string evaluation, no
|
||||
Other than variable substitution and quoted-string evaluation, no
|
||||
special processing such as "globbing" is performed on the command
|
||||
line.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user