You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@thrift.apache.org by dc...@apache.org on 2019/11/09 19:20:21 UTC

[thrift] branch master updated (50caa4d -> 4c27181)

This is an automated email from the ASF dual-hosted git repository.

dcelasun pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/thrift.git.


    from 50caa4d  THRIFT-4990: Upgrade to .NET Core 3.0 Client: netstsd Patch: Edward Zhuravlov
     add 4c27181  THRIFT-4914: Add TResponseHelper

No new revisions were added by this update.

Summary of changes:
 lib/go/thrift/response_helper.go      |  94 +++++++++++++++++++++++
 lib/go/thrift/response_helper_test.go | 137 ++++++++++++++++++++++++++++++++++
 lib/go/thrift/simple_server.go        |   7 +-
 3 files changed, 237 insertions(+), 1 deletion(-)
 create mode 100644 lib/go/thrift/response_helper.go
 create mode 100644 lib/go/thrift/response_helper_test.go