Skip to content
Snippets Groups Projects
Commit affbc908 authored by Patrick's avatar Patrick
Browse files

zookeeper's service_discovery modify

parent 1660c92f
No related branches found
No related tags found
No related merge requests found
......@@ -18,14 +18,20 @@
package zookeeper
import (
"github.com/apache/dubbo-go/config"
"github.com/apache/dubbo-go/registry"
"github.com/dubbogo/go-zookeeper/zk"
"github.com/stretchr/testify/assert"
"strconv"
"testing"
)
import (
"github.com/dubbogo/go-zookeeper/zk"
"github.com/stretchr/testify/assert"
)
import (
"github.com/apache/dubbo-go/config"
"github.com/apache/dubbo-go/registry"
)
var testName = "test"
func prepareData(t *testing.T) *zk.TestCluster {
......
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