diff options
author | Vincent Batts <vbatts@hashbangbash.com> | 2016-02-29 17:18:42 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-03-22 22:52:29 +0700 |
commit | 4f1f5818531ed86611314371be91232819247009 (patch) | |
tree | da72502b2d6451a3d198b61681e294d2d3e0bb58 /development/google-go-lang/README | |
parent | 91f8f041698448bc3f886b741c1aa050843beb40 (diff) |
development/google-go-lang: updated for version 1.6.
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
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 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/development/google-go-lang/README b/development/google-go-lang/README index 2675ac516685..955f284b3f26 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. |