Author: jensg
Date: Fri Dec 4 19:47:07 2015
New Revision: 1718014
URL: http://svn.apache.org/viewvc?rev=1718014&view=rev
Log:
Added handler.go to tutorial page, was slightly incomplete.
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=1718014&r1=1718013&r2=1718014&view=diff
==============================================================================
--- thrift/cms-site/trunk/content/tutorial/go.md (original)
+++ thrift/cms-site/trunk/content/tutorial/go.md Fri Dec 4 19:47:07 2015
@@ -20,6 +20,11 @@ library_lang: "go"
[snippet:path=tutorial/go/src/server.go:lang=cpp:lines=22,54]
+### Server Handler
+
+[snippet:path=tutorial/go/src/handler.go:lang=cpp:lines=22,200]
+
+
## Additional Information
* Try using one of the other available protocols, default is binary.