THRIFT-3324 - Update go get command to include all packages

Client: go
Patch: zzmp

Update go documentation
This commit is contained in:
jfarrell 2015-09-15 17:05:41 -04:00
parent 0f17e15255
commit 614a67016d

View File

@ -27,7 +27,7 @@ Using Thrift with Go
In following Go conventions, we recommend you use the 'go' tool to install In following Go conventions, we recommend you use the 'go' tool to install
Thrift for go. 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. Will retrieve and install the most recent version of the package.