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/03/11 15:31:46 UTC

[dubbo-go-hessian2] branch master updated (c052455 -> cbcfbc2)

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 c052455  Merge pull request #255 from lujjjh/fix/enc-string-chunk
     new 22f4e80  format code
     new db6d4e2  split import
     new cbcfbc2  Merge pull request #260 from wongoo/formt-code

The 641 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:
 .github/workflows/github-actions.yml               |  4 +++
 boolean.go                                         |  2 +-
 codec.go                                           | 26 ++++++++---------
 codec_test.go                                      |  8 +++---
 date.go                                            |  1 -
 date_test.go                                       |  4 +--
 encode.go                                          |  4 +--
 encode_test.go                                     |  1 -
 hessian.go                                         |  3 --
 hessian_test.go                                    |  2 +-
 java8_time.go                                      |  1 -
 java8_time/period.go                               |  2 +-
 java8_time/year.go                                 |  2 +-
 java8_time/year_month.go                           |  2 +-
 java8_time_test.go                                 |  5 +++-
 java_collection.go                                 |  9 ++----
 java_exception/duplicate_format_flags_exception.go |  1 -
 java_exception/exception.go                        |  8 +++---
 java_exception/invalid_class_exception.go          |  7 +++--
 java_exception/utf_data_format_exception.go        |  6 ++--
 java_exception/write_aborted_exception.go          |  6 ++--
 java_sql_time.go                                   |  5 +---
 java_unknown_exception.go                          |  5 ++--
 java_unknown_exception_test.go                     |  1 +
 list.go                                            | 15 ++++------
 list_test.go                                       | 33 ++++++++++++++--------
 map.go                                             |  6 ++--
 map_test.go                                        |  4 +--
 null_test.go                                       |  2 +-
 object.go                                          |  2 +-
 object_test.go                                     |  9 +++---
 ref.go                                             |  4 +--
 ref_test.go                                        |  6 ++--
 request.go                                         |  1 -
 response.go                                        |  7 ++---
 response_test.go                                   |  3 +-
 serialize_test.go                                  |  2 +-
 string_test.go                                     |  1 -
 38 files changed, 103 insertions(+), 107 deletions(-)