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/01/05 07:18:31 UTC

[dubbo-go-hessian2] 01/01: Merge pull request #251 from apache/master

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

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

commit c5960925b69f824e5032faa14fd0a54b7ec4925d
Merge: 1c9e7b2 ab7254f
Author: Xin.Zh <dr...@foxmail.com>
AuthorDate: Tue Jan 5 15:18:20 2021 +0800

    Merge pull request #251 from apache/master
    
    merge fo 1.8.1

 .github/workflows/github-actions.yml               |  87 ++--
 .golangci.yml                                      |  11 +-
 .travis.yml                                        |   3 +-
 date.go                                            |   7 +-
 decode.go                                          |   5 +
 go.mod                                             |   1 +
 hessian.go                                         |  10 +-
 hessian_test.go                                    |   2 +
 list.go                                            |   2 +-
 long.go                                            |   4 +-
 map.go                                             |   6 +-
 object.go                                          |  24 +-
 pojo.go                                            |  34 +-
 request.go                                         |   4 +
 string.go                                          | 439 +++++++--------------
 string_test.go                                     |  40 ++
 .../src/main/java/test/TestCustomDecode.java       |   7 +-
 .../src/main/java/test/TestCustomReply.java        |   5 +
 test_hessian/src/main/java/test/TestString.java    |   7 +
 19 files changed, 302 insertions(+), 396 deletions(-)