Move transport to network/transport
This commit is contained in:
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 {
|
||||||
|
Reference in New Issue
Block a user