This is an automated email from the ASF dual-hosted git repository. zhaoyunxing pushed a commit to branch config-enhance in repository https://gitbox.apache.org/repos/asf/dubbo-go-samples.git
commit 32789a2685c33d0890a188c53f13db2d5379de8e Merge: 07bf5ee 62f6d2b Author: zhaoyunxing <[email protected]> AuthorDate: Wed Aug 4 19:58:27 2021 +0800 Merge pull request #190 from zhaoyunxing92/config-enhance add:zk registry .run/helloworld-go-server.run.xml | 15 ---- .run/registry/registry-zookeeper-go-client.run.xml | 11 +++ .run/registry/registry-zookeeper-go-server.run.xml | 11 +++ go.mod | 2 + go.sum | 31 ++++++++- registry/zookeeper/go-client/cmd/client.go | 9 +-- registry/zookeeper/go-client/conf/application.yml | 20 ++++++ registry/zookeeper/go-client/conf/client.yml | 59 ---------------- registry/zookeeper/go-client/conf/log.yml | 27 -------- registry/zookeeper/go-client/pkg/user.go | 6 ++ registry/zookeeper/go-server/cmd/server.go | 15 ++-- registry/zookeeper/go-server/conf/client.yml | 59 ---------------- registry/zookeeper/go-server/conf/log.yml | 27 -------- registry/zookeeper/go-server/conf/server.yml | 79 +++++++--------------- registry/zookeeper/go-server/pkg/user.go | 5 ++ 15 files changed, 119 insertions(+), 257 deletions(-)
