Skip to content

Commit cf1713d

Browse files
fix(imports): restore global import in match.go and router.go
1 parent cfa1933 commit cf1713d

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

cluster/router/tag/match.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ package tag
1919

2020
import (
2121
"strconv"
22-
23-
"dubbo.apache.org/dubbo-go/v3/global"
2422
)
2523

2624
import (
@@ -30,6 +28,7 @@ import (
3028
import (
3129
"dubbo.apache.org/dubbo-go/v3/common"
3230
"dubbo.apache.org/dubbo-go/v3/common/constant"
31+
"dubbo.apache.org/dubbo-go/v3/global"
3332
"dubbo.apache.org/dubbo-go/v3/protocol/base"
3433
)
3534

cluster/router/tag/router.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ package tag
2020
import (
2121
"strings"
2222
"sync"
23-
24-
"dubbo.apache.org/dubbo-go/v3/global"
2523
)
2624

2725
import (
@@ -35,6 +33,7 @@ import (
3533
conf "dubbo.apache.org/dubbo-go/v3/common/config"
3634
"dubbo.apache.org/dubbo-go/v3/common/constant"
3735
"dubbo.apache.org/dubbo-go/v3/config_center"
36+
"dubbo.apache.org/dubbo-go/v3/global"
3837
"dubbo.apache.org/dubbo-go/v3/protocol/base"
3938
"dubbo.apache.org/dubbo-go/v3/remoting"
4039
)

0 commit comments

Comments
 (0)