Move transport to network/transport
This commit is contained in:
@@ -3,7 +3,7 @@ package tunnel
|
||||
import (
|
||||
"errors"
|
||||
|
||||
"github.com/micro/go-micro/transport"
|
||||
"github.com/micro/go-micro/network/transport"
|
||||
)
|
||||
|
||||
// socket is our pseudo socket for transport.Socket
|
||||
|
||||
Reference in New Issue
Block a user