THRIFT-3324 - Update `go get` command to include all packages
Client: go
Patch: zzmp
Update go documentation
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 @@
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.