From a97a07858683f23b04c915580765511c2e6265b9 Mon Sep 17 00:00:00 2001 From: Joe Zou <yixian.zou@gmail.com> Date: Wed, 5 Aug 2020 22:38:28 +0800 Subject: [PATCH] fix review comment --- config/remote_config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/remote_config.go b/config/remote_config.go index f1ee734aa..a3f58b845 100644 --- a/config/remote_config.go +++ b/config/remote_config.go @@ -18,11 +18,11 @@ package config import ( - "github.com/apache/dubbo-go/common" "time" ) import ( + "github.com/apache/dubbo-go/common" "github.com/apache/dubbo-go/common/logger" ) -- GitLab