Move transport to network/transport
This commit is contained in:
parent
7016240bbb
commit
09989a041d
2
http.go
2
http.go
@ -21,7 +21,7 @@ import (
|
|||||||
errors "github.com/micro/go-micro/errors"
|
errors "github.com/micro/go-micro/errors"
|
||||||
"github.com/micro/go-micro/metadata"
|
"github.com/micro/go-micro/metadata"
|
||||||
"github.com/micro/go-micro/registry"
|
"github.com/micro/go-micro/registry"
|
||||||
"github.com/micro/go-micro/transport"
|
"github.com/micro/go-micro/network/transport"
|
||||||
)
|
)
|
||||||
|
|
||||||
type httpClient struct {
|
type httpClient struct {
|
||||||
|
Loading…
Reference in New Issue
Block a user