You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@thrift.apache.org by bu...@apache.org on 2014/05/03 01:30:18 UTC

svn commit: r907863 - in /websites/staging/thrift/trunk/content: ./ lib/go.html

Author: buildbot
Date: Fri May  2 23:30:18 2014
New Revision: 907863

Log:
Staging update by buildbot for thrift

Modified:
    websites/staging/thrift/trunk/content/   (props changed)
    websites/staging/thrift/trunk/content/lib/go.html

Propchange: websites/staging/thrift/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Fri May  2 23:30:18 2014
@@ -1 +1 @@
-1592114
+1592115

Modified: websites/staging/thrift/trunk/content/lib/go.html
==============================================================================
--- websites/staging/thrift/trunk/content/lib/go.html (original)
+++ websites/staging/thrift/trunk/content/lib/go.html Fri May  2 23:30:18 2014
@@ -73,8 +73,7 @@
 </div>
 
   	<div class="container">
-          <h1 id="apache-thrift-go-libraries">Apache Thrift Go Libraries</h1>
-<h1 id="using-thrift-with-go">Using Thrift with Go</h1>
+          <h1 id="using-thrift-with-go">Using Thrift with Go</h1>
 <p>In following Go conventions, we reccomend you use the 'go' tool to install
 Thrift for go.</p>
 <div class="codehilite"><pre>$ <span class="n">go</span> <span class="n">get</span> <span class="n">git</span><span class="p">.</span><span class="n">apache</span><span class="p">.</span><span class="n">org</span><span class="o">/</span><span class="n">thrift</span><span class="p">.</span><span class="n">git</span><span class="o">/</span><span class="n">lib</span><span class="o">/</span><span class="n">go</span><span class="o">/</span><span class="n">thrift</span>