Skip to content
Snippets Groups Projects
Commit d081c073 authored by zonghaishang's avatar zonghaishang
Browse files

merge from master.

parent b3c7591e
No related branches found
No related tags found
No related merge requests found
...@@ -21,9 +21,9 @@ import ( ...@@ -21,9 +21,9 @@ import (
) )
import ( import (
"github.com/dubbo/go-for-apache-dubbo/cluster" "github.com/apache/dubbo-go/cluster"
"github.com/dubbo/go-for-apache-dubbo/common/extension" "github.com/apache/dubbo-go/common/extension"
"github.com/dubbo/go-for-apache-dubbo/protocol" "github.com/apache/dubbo-go/protocol"
) )
const ( const (
......
...@@ -12,9 +12,9 @@ import ( ...@@ -12,9 +12,9 @@ import (
) )
import ( import (
"github.com/dubbo/go-for-apache-dubbo/common" "github.com/apache/dubbo-go/common"
"github.com/dubbo/go-for-apache-dubbo/protocol" "github.com/apache/dubbo-go/protocol"
"github.com/dubbo/go-for-apache-dubbo/protocol/invocation" "github.com/apache/dubbo-go/protocol/invocation"
) )
func TestRoundRobinSelect(t *testing.T) { func TestRoundRobinSelect(t *testing.T) {
......
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