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

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


    from 1f27105c Merge pull request #690 from EndlessSeeker/feat_context
     add 717e04d8 feat(error): add error handling sample
     add a5825ae1 chore(error): sort import
     new d56d35d0 Merge pull request #691 from EndlessSeeker/feat_error

The 1 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:
 README.md                                          |   1 +
 README_CN.md                                       |   1 +
 error/README.md                                    | 146 +++++++++++++++++++++
 error/README_zn.md                                 | 146 +++++++++++++++++++++
 {helloworld => error}/go-client/cmd/main.go        |   9 +-
 {helloworld => error}/go-server/cmd/main.go        |  13 +-
 {context => error}/proto/greet.pb.go               |   0
 {helloworld => error}/proto/greet.proto            |   0
 {context => error}/proto/greet.triple.go           |   0
 .../tests/integration/error_test.go}               |  17 ++-
 .../tests/integration/main_test.go                 |   2 +-
 start_integrate_test.sh                            |   3 +
 12 files changed, 328 insertions(+), 10 deletions(-)
 create mode 100644 error/README.md
 create mode 100644 error/README_zn.md
 copy {helloworld => error}/go-client/cmd/main.go (83%)
 copy {helloworld => error}/go-server/cmd/main.go (82%)
 copy {context => error}/proto/greet.pb.go (100%)
 copy {helloworld => error}/proto/greet.proto (100%)
 copy {context => error}/proto/greet.triple.go (100%)
 copy integrate_test/{helloworld/tests/integration/helloworld_test.go => 
error/tests/integration/error_test.go} (77%)
 copy integrate_test/{context => error}/tests/integration/main_test.go (95%)

Reply via email to