diff options
Diffstat (limited to 'development/google-go-lang/README')
-rw-r--r-- | development/google-go-lang/README | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/development/google-go-lang/README b/development/google-go-lang/README index ecb6d7aa20..2675ac5166 100644 --- a/development/google-go-lang/README +++ b/development/google-go-lang/README @@ -46,6 +46,5 @@ As of go1.2, the 'go doc ...' command has been relocated to the go.tools library (golang-googlecode-gotools), which provide `godoc`. -Testing is a default part of the standard build. If you elect to not run the -test during the build of this package, provide the environment variable -RUN_TEST=false at build time. +To elect to run the buildtime tests of this package, provide the environment +variable RUN_TEST=true at build time. |