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:30:15 UTC

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

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 52644af  Merge pull request #53 from zhaoyunxing92/master
     new ca1e14b  feat: add run configs, and regroup import
     new 2f4856d  optmize imports
     new 9806c48  Merge pull request #58 from beiwei30/context

The 249 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/context-client.run.xml                      | 15 +++++++++++++++
 .run/context-server.run.xml                      | 15 +++++++++++++++
 .run/context-test.run.xml                        | 17 +++++++++++++++++
 context/README.md                                |  6 ++++--
 context/README_zh.md                             |  3 +++
 context/go-client/cmd/client.go                  | 10 +++++-----
 context/go-server/cmd/server.go                  |  8 ++++----
 context/go-server/pkg/user.go                    |  7 ++-----
 context/go-server/tests/integration/main_test.go | 17 ++++++++---------
 9 files changed, 73 insertions(+), 25 deletions(-)
 create mode 100644 .run/context-client.run.xml
 create mode 100644 .run/context-server.run.xml
 create mode 100644 .run/context-test.run.xml