From fec8742b88884f5bee289babe72ded921a73c670 Mon Sep 17 00:00:00 2001 From: Zach Pomerantz Date: Tue, 18 Aug 2015 10:54:21 -0700 Subject: [PATCH] Update `go get` command to include all packages --- lib/go/README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/go/README.md b/lib/go/README.md index 1263f3b86df..f911c1d9ab5 100644 --- a/lib/go/README.md +++ b/lib/go/README.md @@ -27,8 +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.