You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by al...@apache.org on 2019/09/08 11:13:42 UTC

[dubbo-go-hessian2] branch master updated (166c33c -> 1ed0a12)

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

alexstocks pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-go-hessian2.git.


    from 166c33c  Merge pull request #120 from fangyincheng/master
     new 4cc2b31  Add: ReadAttachments
     new c8e6300  Mod: modify 0x2f to const
     new d04a0fa  Fix:ut
     new 27ca109  Merge remote-tracking branch 'apache/master' into pojo
     new d5d241d  Add:skip switch & NewHessianCodecCustom
     new 3a8e04a  Merge remote-tracking branch 'apache/master' into pojo
     new 1ed0a12  Merge pull request #128 from fangyincheng/pojo

The 401 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 date_test.go   |  2 +-
 decode.go      |  9 +++++++++
 decode_test.go | 21 +++++++++++++++------
 hessian.go     | 48 +++++++++++++++++++++++++++++++++++++++++++++---
 object.go      | 21 ++++++++++++++++++++-
 object_test.go | 32 +++++++++++++++++++++++++++++++-
 ref.go         |  3 ++-
 request.go     |  7 +++++--
 response.go    |  6 ++++--
 9 files changed, 132 insertions(+), 17 deletions(-)