AlexStocks commented on code in PR #2685:
URL: https://github.com/apache/dubbo-go/pull/2685#discussion_r1627112397
##########
cluster/router/condition/dynamic_router.go:
##########
@@ -18,27 +18,26 @@
package condition
import (
- "dubbo.apache.org/dubbo-go/v3/cluster/utils"
"fmt"
- "gopkg.in/yaml.v2"
"sort"
"strconv"
"strings"
"sync"
)
import (
- "github.com/dubbogo/gost/log/logger"
-)
-
-import (
+ "dubbo.apache.org/dubbo-go/v3/cluster/utils"
Review Comment:
https://github.com/dubbogo/resources/tree/master/tools/imports-formatter
用这个工具 format 下
--
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]