commit | 1f42d315759a725f9c2846b0996d03128e2f1887 | [log] [tgz] |
---|---|---|
author | Jens Geyer <jensg@apache.org> | Mon Dec 08 21:39:39 2014 +0100 |
committer | Jens Geyer <jensg@apache.org> | Mon Dec 08 21:49:54 2014 +0100 |
tree | cc253e38d4ae0abe4ce05ad1f5322125c9287a24 | |
parent | 57cd421de3b681b4e401dcc5d965671362663998 [diff] [blame] |
THRIFT-2868 Enhance error handling in the Go client Client: Go Patch: Chi Vinh Le <cvl@chinet.info> This closes #297
diff --git a/lib/go/test/ErrorTest.thrift b/lib/go/test/ErrorTest.thrift index eeaeb95..33b6644 100644 --- a/lib/go/test/ErrorTest.thrift +++ b/lib/go/test/ErrorTest.thrift
@@ -31,4 +31,5 @@ service ErrorTest { TestStruct testStruct(1: TestStruct thing) + string testString(1: string s) }