Move selector to client/selector

This commit is contained in:
Asim Aslam
2019-06-21 15:13:54 +01:00
parent c350e19552
commit ca5acba0c6
28 changed files with 21 additions and 21 deletions

View File

@@ -4,7 +4,7 @@ import (
"net/http"
"github.com/micro/go-micro/registry"
"github.com/micro/go-micro/selector"
"github.com/micro/go-micro/client/selector"
)
func NewRoundTripper(opts ...Option) http.RoundTripper {

View File

@@ -5,7 +5,7 @@ import (
"fmt"
"net/http"
"github.com/micro/go-micro/selector"
"github.com/micro/go-micro/client/selector"
)
type roundTripper struct {