You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@thrift.apache.org by jf...@apache.org on 2015/09/15 23:07:07 UTC

thrift git commit: THRIFT-3324 - Update `go get` command to include all packages Client: go Patch: zzmp

Repository: thrift
Updated Branches:
  refs/heads/master 0f17e1525 -> 614a67016


THRIFT-3324 - Update `go get` command to include all packages
Client: go
Patch: zzmp

Update go documentation


Project: http://git-wip-us.apache.org/repos/asf/thrift/repo
Commit: http://git-wip-us.apache.org/repos/asf/thrift/commit/614a6701
Tree: http://git-wip-us.apache.org/repos/asf/thrift/tree/614a6701
Diff: http://git-wip-us.apache.org/repos/asf/thrift/diff/614a6701

Branch: refs/heads/master
Commit: 614a67016d8b2af56d850070973d4cd8f21c83c5
Parents: 0f17e15
Author: jfarrell <jf...@apache.org>
Authored: Tue Sep 15 17:05:41 2015 -0400
Committer: jfarrell <jf...@apache.org>
Committed: Tue Sep 15 17:05:41 2015 -0400

----------------------------------------------------------------------
 lib/go/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/thrift/blob/614a6701/lib/go/README.md
----------------------------------------------------------------------
diff --git a/lib/go/README.md b/lib/go/README.md
index 1263f3b..1e14342 100644
--- a/lib/go/README.md
+++ b/lib/go/README.md
@@ -27,7 +27,7 @@ Using Thrift with Go
 In following Go conventions, we recommend you use the 'go' tool to install
 Thrift for go.
 
-    $ go get git.apache.org/thrift.git/lib/go/thrift
+    $ go get git.apache.org/thrift.git/lib/go/thrift/...
 
 Will retrieve and install the most recent version of the package.