diff options
Diffstat (limited to 'development/google-go-lang/README')
-rw-r--r-- | development/google-go-lang/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/development/google-go-lang/README b/development/google-go-lang/README index 7e8341dcf2719..ecb6d7aa207a7 100644 --- a/development/google-go-lang/README +++ b/development/google-go-lang/README @@ -44,3 +44,8 @@ privilege to clone source. 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. |