Skip to content
Snippets Groups Projects
Commit 4ef753fb authored by 邹毅贤's avatar 邹毅贤
Browse files

split package

parent 5cbda380
No related branches found
No related tags found
No related merge requests found
......@@ -21,9 +21,6 @@ import (
"strconv"
"testing"
"time"
"github.com/apache/dubbo-go/config_center"
"github.com/apache/dubbo-go/remoting"
)
import (
......@@ -35,6 +32,8 @@ import (
"github.com/apache/dubbo-go/common"
"github.com/apache/dubbo-go/common/config"
"github.com/apache/dubbo-go/common/extension"
"github.com/apache/dubbo-go/config_center"
"github.com/apache/dubbo-go/remoting"
"github.com/apache/dubbo-go/remoting/zookeeper"
)
......
......@@ -18,7 +18,6 @@
package config
import (
"github.com/apache/dubbo-go/cluster/directory"
"strings"
"testing"
)
......@@ -28,6 +27,7 @@ import (
)
import (
"github.com/apache/dubbo-go/cluster/directory"
_ "github.com/apache/dubbo-go/cluster/router/condition"
)
......
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