Repository: thrift
Updated Branches:
  refs/heads/master cc0fe274c -> b7cb9457d


THRIFT-2537 Path for "go get" does not work
Client: Go
Patch: Jens Geyer

This closes #115


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

Branch: refs/heads/master
Commit: b7cb9457dcb486f34443a429f7686acf2a2d1dbb
Parents: cc0fe27
Author: Jens Geyer <[email protected]>
Authored: Sat May 17 00:38:06 2014 +0200
Committer: Jens Geyer <[email protected]>
Committed: Sat May 17 00:38:06 2014 +0200

----------------------------------------------------------------------
 lib/go/README.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/thrift/blob/b7cb9457/lib/go/README.md
----------------------------------------------------------------------
diff --git a/lib/go/README.md b/lib/go/README.md
index 87ba6f9..802b9a4 100644
--- a/lib/go/README.md
+++ b/lib/go/README.md
@@ -24,12 +24,12 @@ under the License.
 Using Thrift with Go
 ====================
 
-In following Go conventions, we reccomend you use the 'go' tool to install
+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-wip-us.apache.org/repos/asf/thrift.git/lib/go/thrift
 
-Will install the last stable release.
+Will retrieve and install the most recent version of the package.
 
 
 A note about optional fields

Reply via email to