You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by la...@apache.org on 2021/09/27 07:19:08 UTC

[dubbo-go-samples] branch master updated (863cbac -> b8b2f1d)

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

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


    from 863cbac  fix: remove unused samples
     add b8b2f1d  Update proxy to https://goproxy.cn (#262)

No new revisions were added by this update.

Summary of changes:
 .gitignore                        |  2 ++
 .run/helloworld-go-client.run.xml | 14 ++++++++++++++
 .run/helloworld-go-server.run.xml | 14 ++++++++++++++
 build/Makefile                    |  2 +-
 go.mod                            |  4 +---
 go.sum                            | 17 +++++++++++------
 6 files changed, 43 insertions(+), 10 deletions(-)
 create mode 100644 .run/helloworld-go-client.run.xml
 create mode 100644 .run/helloworld-go-server.run.xml