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/08 11:38:41 UTC

[dubbo-go-samples] branch master updated (a300659 -> b970ee8)

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 a300659  Merge pull request #61 from zhaoyunxing92/master
     new 7f05bde  fix: add run configs, bump up dubbo-go version, revise README
     new 195b985  fix: regroup imports
     new b970ee8  Merge pull request #57 from beiwei30/config-api

The 276 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/config-api-client.run.xml                         | 15 +++++++++++++++
 .run/config-api-server.run.xml                         | 15 +++++++++++++++
 .run/{context-test.run.xml => config-api-test.run.xml} |  6 +++---
 config-api/README.md                                   |  4 +++-
 config-api/README_zh.md                                |  2 +-
 config-api/go-client/cmd/client.go                     | 10 +++++-----
 config-api/go-server/cmd/server.go                     |  8 ++++----
 config-api/go-server/pkg/user.go                       |  5 +----
 config-api/go-server/tests/integration/main_test.go    | 17 +++++++++--------
 go.mod                                                 |  2 +-
 go.sum                                                 |  8 ++++----
 11 files changed, 61 insertions(+), 31 deletions(-)
 create mode 100644 .run/config-api-client.run.xml
 create mode 100644 .run/config-api-server.run.xml
 copy .run/{context-test.run.xml => config-api-test.run.xml} (65%)