1
0
mirror of https://github.com/golang/go synced 2024-10-03 04:11:21 -06: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:
Hyang-Ah (Hana) Kim 2015-04-12 12:08:06 -04:00 committed by Hyang-Ah Hana Kim
parent 947b6a7ec8
commit 63c16b1878
2 changed files with 2 additions and 2 deletions

View File

@ -76,7 +76,7 @@ and test commands:
print the commands.
-buildmode mode
build mode to use. See 'go help buildmodes' for more.
build mode to use. See 'go help buildmode' for more.
-linkshared
link against shared libraries previously created with
-buildmode=shared

View File

@ -96,7 +96,7 @@ and test commands:
print the commands.
-buildmode mode
build mode to use. See 'go help buildmodes' for more.
build mode to use. See 'go help buildmode' for more.
-linkshared
link against shared libraries previously created with
-buildmode=shared