summaryrefslogtreecommitdiffstats
path: root/development/google-go-lang/README
diff options
context:
space:
mode:
Diffstat (limited to 'development/google-go-lang/README')
-rw-r--r--development/google-go-lang/README4
1 files changed, 4 insertions, 0 deletions
diff --git a/development/google-go-lang/README b/development/google-go-lang/README
index 2675ac5166..955f284b3f 100644
--- a/development/google-go-lang/README
+++ b/development/google-go-lang/README
@@ -45,6 +45,10 @@ 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`.
+As of go1.5, shared libraries are now supported. The flags to use linking are
+available for `go get`, `go install` and `go build`.
+To learn more see `go help buildmode`.
+
To elect to run the buildtime tests of this package, provide the environment
variable RUN_TEST=true at build time.