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/23 09:54:29 UTC

[dubbo-go] branch develop updated (95f857c -> dfbdd01)

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 95f857c  Merge pull request #218 from hxmhlt/fix_load_protocol
     new 2b544b7  Imp: update dubbogo/gost and delete dubbo-go/common/utils
     new 1e55739  Fix: forgotten problems
     new 208ac12  Merge remote-tracking branch 'apache/develop' into develop
     new dfbdd01  Merge pull request #219 from fangyincheng/develop

The 965 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:
 cluster/cluster_impl/base_cluster_invoker.go     |   6 +-
 cluster/cluster_impl/failover_cluster_invoker.go |   4 +-
 cluster/router/condition_router.go               |  20 ++--
 cluster/router/condition_router_test.go          |  22 ++--
 common/url.go                                    |   4 +-
 common/utils/net.go                              | 124 -----------------------
 common/utils/net_test.go                         |  32 ------
 common/utils/strings.go                          |  35 -------
 common/utils/strings_test.go                     |  33 ------
 config/reference_config.go                       |   4 +-
 config_center/configurator/override.go           |  10 +-
 go.mod                                           |   2 +-
 go.sum                                           |   2 +
 registry/consul/utils.go                         |   4 +-
 registry/etcdv3/registry.go                      |   4 +-
 registry/nacos/registry.go                       |   4 +-
 registry/protocol/protocol.go                    |   4 +-
 registry/zookeeper/registry.go                   |   4 +-
 18 files changed, 48 insertions(+), 270 deletions(-)
 delete mode 100644 common/utils/net.go
 delete mode 100644 common/utils/net_test.go
 delete mode 100644 common/utils/strings.go
 delete mode 100644 common/utils/strings_test.go