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

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


    from 1f1df01  release note for v1.11.2
     add 5e88953  format code using gofmt -l -w . (#333)
     add d520464  Fix decode enum not correctly (#332)
     add cfbd9e1  release note for v1.11.3

No new revisions were added by this update.

Summary of changes:
 .github/workflows/github-actions.yml               |   2 +-
 CHANGE.md                                          |   6 +-
 array.go                                           |   2 +-
 codec.go                                           |  18 +-
 decode.go                                          |  24 +--
 hessian_test/dup_struct_name_test.go               |  14 --
 java_exception/exception.go                        |   4 +-
 java_exception/interrupted_exception.go            |   4 +-
 java_exception/interrupted_io_exception.go         |   4 +-
 java_exception/lambda_conversion_exception.go      |   4 +-
 java_exception/unmodifiable_class_exception.go     |   4 +-
 java_util/uuid.go                                  |   2 +-
 list.go                                            |  30 +--
 null.go                                            |   4 +-
 object.go                                          | 210 +++++++++++----------
 object_test.go                                     |   4 -
 pojo.go                                            |  16 +-
 testcases/user/user.go                             |  87 +++++++++
 .../user/user_test.go                              |  49 +++--
 19 files changed, 291 insertions(+), 197 deletions(-)
 create mode 100644 testcases/user/user.go
 copy java_unknown_exception_test.go => testcases/user/user_test.go (53%)

Reply via email to