From: Dmitriy Vyukov Date: Fri, 21 Dec 2012 15:11:10 +0000 (+0400) Subject: cmd/go: improve wording of race detector documentation X-Git-Tag: go1.1rc2~1572 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=74dcfc957639078508aa3b9a0c396b9d4ef55fe2;p=gostls13.git cmd/go: improve wording of race detector documentation R=golang-dev, iant CC=golang-dev https://golang.org/cl/7006043 --- diff --git a/src/cmd/go/build.go b/src/cmd/go/build.go index e7046a9ef5..f2d81c02d1 100644 --- a/src/cmd/go/build.go +++ b/src/cmd/go/build.go @@ -62,8 +62,7 @@ The build flags are shared by the build, install, run, and test commands: print the commands. -race enable data race detection. - Currently supported only on linux/amd64, - darwin/amd64 and windows/amd64. + Supported only on linux/amd64, darwin/amd64 and windows/amd64. -ccflags 'arg list' arguments to pass on each 5c, 6c, or 8c compiler invocation diff --git a/src/cmd/go/doc.go b/src/cmd/go/doc.go index 29bfc68b90..18c5e8818c 100644 --- a/src/cmd/go/doc.go +++ b/src/cmd/go/doc.go @@ -78,8 +78,7 @@ The build flags are shared by the build, install, run, and test commands: print the commands. -race enable data race detection. - Currently supported only on linux/amd64, - darwin/amd64 and windows/amd64. + Supported only on linux/amd64, darwin/amd64 and windows/amd64. -ccflags 'arg list' arguments to pass on each 5c, 6c, or 8c compiler invocation