You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by GitBox <gi...@apache.org> on 2022/07/01 11:55:14 UTC

[GitHub] [dubbo-go] Leospard commented on a diff in pull request #1948: reduce common directory

Leospard commented on code in PR #1948:
URL: https://github.com/apache/dubbo-go/pull/1948#discussion_r911895285


##########
cluster/cluster/adaptivesvc/cluster_invoker.go:
##########
@@ -20,21 +20,17 @@ package adaptivesvc
 import (
 	"context"
 	"strconv"
-)
-
-import (
-	perrors "github.com/pkg/errors"
-)
 
-import (
 	"dubbo.apache.org/dubbo-go/v3/cluster/cluster/base"
 	"dubbo.apache.org/dubbo-go/v3/cluster/directory"
 	"dubbo.apache.org/dubbo-go/v3/cluster/metrics"
+	perrors "github.com/pkg/errors"

Review Comment:
   好的!



-- 
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.

To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org