You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by jo...@apache.org on 2021/03/11 03:04:27 UTC

[dubbo-go-samples] branch master updated (219ffe3 -> ae3feca)

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

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


    from 219ffe3  Merge pull request #63 from beiwei30/direct
     new f9e711f  fix: regroup import
     new 6113e69  fix: add run configs for docker
     new ae3feca  Merge pull request #64 from beiwei30/docker

The 281 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:
 .../{direct-go-client.run.xml => docker-client.run.xml} | 12 ++++++------
 .../{direct-go-server.run.xml => docker-server.run.xml} | 12 ++++++------
 .run/{async-test.run.xml => docker-test.run.xml}        |  6 +++---
 docker/go-client/cmd/client.go                          | 10 +++++-----
 docker/go-server/cmd/server.go                          |  8 ++++----
 docker/go-server/pkg/user.go                            |  5 +----
 docker/go-server/tests/integration/main_test.go         | 17 ++++++++---------
 docker/go-server/tests/integration/userprovider_test.go |  1 +
 8 files changed, 34 insertions(+), 37 deletions(-)
 copy .run/{direct-go-client.run.xml => docker-client.run.xml} (50%)
 copy .run/{direct-go-server.run.xml => docker-server.run.xml} (50%)
 copy .run/{async-test.run.xml => docker-test.run.xml} (66%)