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/05 15:36:06 UTC

[dubbo-go-samples] branch master updated (9806c48 -> f7bd0b1)

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-samples.git.


    from 9806c48  Merge pull request #58 from beiwei30/context
     new 566af02  add run configurations and fix client issue.
     new 58e82e7  add README
     new 302ab73  add:metric文档
     new ca13cd8  fix: regroup import
     new c5d7635  optimize imports
     new f7bd0b1  Merge pull request #55 from beiwei30/async

The 255 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:
 .run/async-client.run.xml                          | 15 ++++++++
 .run/async-server.run.xml                          | 15 ++++++++
 .run/{context-test.run.xml => async-test.run.xml}  |  6 +--
 async/README.md                                    | 38 ++++++++++++++----
 async/README_zh.md                                 | 45 ++++++++++++++++++++++
 async/go-client/cmd/client.go                      | 17 ++++----
 async/go-client/conf/log.yml                       |  2 +-
 async/go-client/pkg/user.go                        | 24 +++++++++---
 async/go-server/cmd/server.go                      |  5 ++-
 async/go-server/pkg/user.go                        |  5 +--
 async/go-server/tests/integration/main_test.go     | 14 +++----
 .../tests/integration/userprovider_test.go         |  1 -
 12 files changed, 146 insertions(+), 41 deletions(-)
 create mode 100644 .run/async-client.run.xml
 create mode 100644 .run/async-server.run.xml
 copy .run/{context-test.run.xml => async-test.run.xml} (65%)
 create mode 100644 async/README_zh.md