You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by pa...@apache.org on 2020/08/20 06:00:25 UTC

[dubbo-go] branch 1.5.1 updated (5a135e6 -> 8a7a104)

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

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


    from 5a135e6  Merge pull request #716 from zouyx/feature/merge1.4
     new 5e35cd6  Update: dubbogo/getty -> apache/dubbo-getty
     new 31194a8  Correct words and Format codes
     new 04e0b4e  Correct words and Format codes
     new c56ceb0  Format codes
     new ecdf8cc  add nolint
     new aaa8be3  Merge pull request #704 from Howie66/master
     new 101e696  fix comment error
     new 12b6d6a  Fix: comment error
     new 7c752e8  Fix: format error
     new d4336cc  Fix: format test/integrate/dubbo/go-server/server.go
     new e361067  foramt go.mod
     new b04224b  Fix: fix tag router rule copy
     new 8a7a104  Merge pull request #720 from watermelo/Fix/tagRouterCopy

The 2718 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/router/tag/router_rule.go        | 18 +++++++++---------
 cluster/router/tag/tag_router.go         | 11 ++++-------
 common/logger/logger.go                  |  2 +-
 config/ssl_config.go                     |  2 +-
 config_center/nacos/facade.go            |  2 +-
 go.mod                                   |  2 +-
 go.sum                                   | 16 ++++------------
 protocol/dubbo/client.go                 |  4 ++--
 protocol/dubbo/listener.go               |  2 +-
 protocol/dubbo/pool.go                   |  2 +-
 protocol/dubbo/readwriter.go             |  2 +-
 protocol/dubbo/server.go                 |  2 +-
 registry/etcdv3/listener_test.go         |  2 +-
 registry/kubernetes/registry.go          |  2 +-
 registry/nacos/listener.go               |  4 ++--
 remoting/etcdv3/facade.go                |  2 +-
 remoting/zookeeper/facade.go             |  2 +-
 remoting/zookeeper/listener.go           |  2 +-
 test/integrate/dubbo/go-server/server.go |  2 +-
 19 files changed, 35 insertions(+), 46 deletions(-)