cityiron commented on a change in pull request #1010:
URL: https://github.com/apache/dubbo-go/pull/1010#discussion_r563023168



##########
File path: config_center/zookeeper/impl.go
##########
@@ -20,20 +20,16 @@ package zookeeper
 import (

Review comment:
       we split 3 import in dubbogo

##########
File path: registry/kubernetes/registry.go
##########
@@ -22,21 +22,18 @@ import (
        "path"
        "sync"
        "time"

Review comment:
       like above

##########
File path: registry/zookeeper/listener.go
##########
@@ -20,18 +20,14 @@ package zookeeper
 import (
        "strings"
        "sync"
-)
-
-import (
-       perrors "github.com/pkg/errors"
-)
 
-import (
        "github.com/apache/dubbo-go/common"
        "github.com/apache/dubbo-go/common/logger"
        "github.com/apache/dubbo-go/config_center"
        "github.com/apache/dubbo-go/registry"
        "github.com/apache/dubbo-go/remoting"
+       perrors "github.com/pkg/errors"

Review comment:
       like above




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to