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

liujun pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/dubbo-go-samples.git

commit d56d35d0a3f4f47960713c37ccca753597804c52
Merge: 1f27105c a5825ae1
Author: Ken Liu <ken.lj...@gmail.com>
AuthorDate: Thu Feb 29 10:47:21 2024 +0800

    Merge pull request #691 from EndlessSeeker/feat_error
    
    feat(error): add error handling sample

 README.md                                          |   1 +
 README_CN.md                                       |   1 +
 error/README.md                                    | 146 +++++++++++++
 error/README_zn.md                                 | 146 +++++++++++++
 error/go-client/cmd/main.go                        |  52 +++++
 error/go-server/cmd/main.go                        |  65 ++++++
 error/proto/greet.pb.go                            | 230 +++++++++++++++++++++
 error/proto/greet.proto                            |  34 +++
 error/proto/greet.triple.go                        | 139 +++++++++++++
 .../error/tests/integration/error_test.go          |  44 ++++
 .../error/tests/integration/main_test.go           |  46 +++++
 start_integrate_test.sh                            |   3 +
 12 files changed, 907 insertions(+)


Reply via email to