diff options
author | Vincent Batts <vbatts@hashbangbash.com> | 2015-09-30 22:56:02 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-10-01 20:09:44 +0700 |
commit | bf93390ab9a3d3d2b9d5826bb4bf29106540a33f (patch) | |
tree | 6154c8e1032bb57d78d1318636c102e4b46a5b03 /development/google-go-lang/README | |
parent | 47dfc8d36e73d68e2b0332a1c9951201f0202609 (diff) | |
download | slackbuilds-bf93390ab9a3d3d2b9d5826bb4bf29106540a33f.tar.gz |
development/google-go-lang: Updated for version 1.4.3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
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. |