Move transport to network/transport
This commit is contained in:
@@ -2,7 +2,7 @@ package client
|
||||
|
||||
import (
|
||||
"github.com/micro/go-micro/codec"
|
||||
"github.com/micro/go-micro/transport"
|
||||
"github.com/micro/go-micro/network/transport"
|
||||
)
|
||||
|
||||
type rpcResponse struct {
|
||||
|
||||
Reference in New Issue
Block a user