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 2019/09/19 14:02:02 UTC

[dubbo-go] branch develop updated (41405b2 -> dcbd967)

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

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


    from 41405b2  Merge branch 'master' into develop
     new 91a881d  fix: skip subscribe in provider situation
     new e11330e  fix typo
     new dd30685  fix bug
     new 71d53f1  go fmt
     new dcbd967  Merge pull request #210 from dubbo-x/url

The 954 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:
 common/constant/env.go           |  6 +++---
 config/config_loader.go          |  1 +
 registry/consul/registry.go      | 20 ++++----------------
 registry/consul/registry_test.go |  2 +-
 registry/directory/directory.go  |  9 ++++-----
 registry/etcdv3/registry.go      |  2 +-
 registry/nacos/registry.go       | 11 ++++++-----
 registry/zookeeper/registry.go   |  4 +++-
 8 files changed, 23 insertions(+), 32 deletions(-)