Skip to content
Snippets Groups Projects
Commit ab699680 authored by flycash's avatar flycash
Browse files

Fix review: split imports

parent a81c0129
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,8 @@ package cluster_impl
import (
"context"
)
import (
"github.com/apache/dubbo-go/cluster"
"github.com/apache/dubbo-go/protocol"
)
......
......@@ -19,7 +19,8 @@ package cluster_impl
import (
"context"
)
import (
"github.com/apache/dubbo-go/cluster"
"github.com/apache/dubbo-go/common/constant"
"github.com/apache/dubbo-go/common/extension"
......
......@@ -19,7 +19,8 @@ package cluster_impl
import (
"context"
)
import (
"github.com/apache/dubbo-go/cluster"
"github.com/apache/dubbo-go/common/constant"
"github.com/apache/dubbo-go/protocol"
......
......@@ -19,7 +19,8 @@ package filter
import (
"context"
)
import (
"github.com/apache/dubbo-go/protocol"
)
......
......@@ -19,7 +19,8 @@ package filter_impl
import (
"context"
)
import (
"github.com/apache/dubbo-go/common/constant"
"github.com/apache/dubbo-go/common/extension"
"github.com/apache/dubbo-go/common/logger"
......
......@@ -19,7 +19,8 @@ package filter_impl
import (
"context"
)
import (
"github.com/apache/dubbo-go/common/constant"
"github.com/apache/dubbo-go/common/extension"
"github.com/apache/dubbo-go/common/logger"
......
......@@ -19,7 +19,8 @@ package protocol
import (
"context"
)
import (
"github.com/apache/dubbo-go/common"
"github.com/apache/dubbo-go/common/logger"
)
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment