Move transport to network/transport
This commit is contained in:
parent
e782237b41
commit
480aa760f9
2
grpc.go
2
grpc.go
@ -17,7 +17,7 @@ import (
|
||||
"github.com/micro/go-micro/errors"
|
||||
"github.com/micro/go-micro/metadata"
|
||||
"github.com/micro/go-micro/registry"
|
||||
"github.com/micro/go-micro/transport"
|
||||
"github.com/micro/go-micro/network/transport"
|
||||
|
||||
"google.golang.org/grpc"
|
||||
"google.golang.org/grpc/credentials"
|
||||
|
Loading…
Reference in New Issue
Block a user