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

svn commit: r1580421 - /thrift/cms-site/trunk/content/tutorial/go.md

Author: joes
Date: Sun Mar 23 02:06:23 2014
New Revision: 1580421

URL: http://svn.apache.org/r1580421
Log:
indent

Modified:
    thrift/cms-site/trunk/content/tutorial/go.md

Modified: thrift/cms-site/trunk/content/tutorial/go.md
URL: http://svn.apache.org/viewvc/thrift/cms-site/trunk/content/tutorial/go.md?rev=1580421&r1=1580420&r2=1580421&view=diff
==============================================================================
--- thrift/cms-site/trunk/content/tutorial/go.md (original)
+++ thrift/cms-site/trunk/content/tutorial/go.md Sun Mar 23 02:06:23 2014
@@ -12,12 +12,12 @@ library_lang: "go"
 
 ### Client
 
-  [snippet:path=tutorial/go/src/client.go:lang=cpp:lines=22,99]
+[snippet:path=tutorial/go/src/client.go:lang=cpp:lines=22,99]
 
 
 ### Server
 
-  [snippet:path=tutorial/go/src/server.go:lang=cpp:lines=22,54]
+[snippet:path=tutorial/go/src/server.go:lang=cpp:lines=22,54]
 
 
 ## Additional Information