diff options
Diffstat (limited to 'development/google-go-lang/README')
-rw-r--r-- | development/google-go-lang/README | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/development/google-go-lang/README b/development/google-go-lang/README index 2675ac516685a..955f284b3f263 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. |