georgehao commented on a change in pull request #1506:
URL: https://github.com/apache/dubbo-go/pull/1506#discussion_r724762736



##########
File path: cluster/cluster/available/cluster_invoker.go
##########
@@ -15,10 +15,12 @@
  * limitations under the License.
  */
 
-package cluster_impl
+package available
 
 import (
        "context"
+       "dubbo.apache.org/dubbo-go/v3/cluster/cluster/base"
+       "dubbo.apache.org/dubbo-go/v3/cluster/directory"

Review comment:
       pls format the import

##########
File path: cluster/cluster/available/cluster_invoker_test.go
##########
@@ -15,10 +15,13 @@
  * limitations under the License.
  */
 
-package cluster_impl
+package available
 
 import (
        "context"
+       clusterpkg "dubbo.apache.org/dubbo-go/v3/cluster/cluster"
+       "dubbo.apache.org/dubbo-go/v3/cluster/directory/static"

Review comment:
       pls format this




-- 
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: [email protected]

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