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 2021/09/25 09:33:48 UTC

[dubbo-go-hessian2] branch master updated (74a8ece -> a0c5132)

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 74a8ece  Merge pull request #278 from Mulavar/feat/wrap-clazz
     new 89d84be  go struct name 加入PkgPath信息,用于区分同名的struct
     new b8119a5  兼容多种结构
     new d12e050  go.mod回滚
     new 98f6ead  优化代码
     new 1a59e82  Add Unit Tests
     new 8f630f5  优化单元测试
     new b701ba1  新增异构测试
     new 1923caa  优化代码
     new 6e75380  调整单元测试结构
     new 3bc5076  优化代码
     new 0ded318  优化代码
     new 1ff1331  移除go版本号
     new e03a801  更新单元测试版本
     new 8959733  移除go版本号
     new a0c5132  Merge pull request #279 from Chans-Open-Source/feature/optimizing_the_registration_goname

The 693 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:
 dup_struct_name_test.go | 163 ++++++++++++++++++++++++++++++++++++++++++++++++
 go.mod                  |   2 +
 go.sum                  |   2 +
 list.go                 |   3 +-
 pojo.go                 |  26 +++++++-
 5 files changed, 192 insertions(+), 4 deletions(-)
 create mode 100644 dup_struct_name_test.go