mirror of
https://github.com/golang/go
synced 2024-11-20 03:44:40 -07:00
cmd/go: fix a typo.
Change-Id: Ic453da17817f66e1073f6ba740b830b8daf2fc38 Reviewed-on: https://go-review.googlesource.com/8829 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
This commit is contained in:
parent
947b6a7ec8
commit
63c16b1878
@ -76,7 +76,7 @@ and test commands:
|
|||||||
print the commands.
|
print the commands.
|
||||||
|
|
||||||
-buildmode mode
|
-buildmode mode
|
||||||
build mode to use. See 'go help buildmodes' for more.
|
build mode to use. See 'go help buildmode' for more.
|
||||||
-linkshared
|
-linkshared
|
||||||
link against shared libraries previously created with
|
link against shared libraries previously created with
|
||||||
-buildmode=shared
|
-buildmode=shared
|
||||||
|
@ -96,7 +96,7 @@ and test commands:
|
|||||||
print the commands.
|
print the commands.
|
||||||
|
|
||||||
-buildmode mode
|
-buildmode mode
|
||||||
build mode to use. See 'go help buildmodes' for more.
|
build mode to use. See 'go help buildmode' for more.
|
||||||
-linkshared
|
-linkshared
|
||||||
link against shared libraries previously created with
|
link against shared libraries previously created with
|
||||||
-buildmode=shared
|
-buildmode=shared
|
||||||
|
Loading…
Reference in New Issue
Block a user