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 ab31c0d Merge pull request #630 from zouyx/feature/OptimizeRouter
new 67a933b fixed some issues in config folder that reported by sonar-qube
new 80bf682 use go fmt to update the format
new 21245ba Merge pull request #634 from
williamfeng323/feature/config-sonarqube-fix
The 2218 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:
config/base_config.go | 100 ++++----
config/base_config_test.go | 426 ++++++++------------------------
config/config_loader.go | 2 +-
config/config_loader_test.go | 11 +-
config/config_utils.go | 54 ++--
config/config_utils_test.go | 20 ++
config/graceful_shutdown_config_test.go | 2 +-
config/metadata_report_config_test.go | 2 +-
config/reference_config_test.go | 23 +-
config/registry_config_test.go | 4 +-
config/service_config_test.go | 4 +-
11 files changed, 225 insertions(+), 423 deletions(-)