summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjfarrell <jfarrell@apache.org>2015-09-15 17:05:41 -0400
committerjfarrell <jfarrell@apache.org>2015-09-15 17:05:41 -0400
commit614a67016d8b2af56d850070973d4cd8f21c83c5 (patch)
treef54e7f7b6295296079313c4ab539ebf60a318014
parent0f17e15255f772167ab8bd844a5ddbcbec7ea616 (diff)
downloadthrift-614a67016d8b2af56d850070973d4cd8f21c83c5.tar.gz
THRIFT-3324 - Update `go get` command to include all packages
Client: go Patch: zzmp Update go documentation
-rw-r--r--lib/go/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/go/README.md b/lib/go/README.md
index 1263f3b86..1e1434240 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.