mirror of
https://github.com/soheilhy/cmux.git
synced 2024-11-10 03:31:52 +08:00
Change the import path to the new grpc-go repo
gRPC examples have been migrated from the grpc-common repo to their language-specific repos. This commit uses the new import path.
This commit is contained in:
parent
b90740dfa9
commit
1734b4cc90
@ -13,7 +13,7 @@ import (
|
|||||||
"golang.org/x/net/context"
|
"golang.org/x/net/context"
|
||||||
"golang.org/x/net/websocket"
|
"golang.org/x/net/websocket"
|
||||||
|
|
||||||
grpchello "github.com/grpc/grpc-common/go/helloworld"
|
grpchello "github.com/grpc/grpc-go/examples/helloworld/helloworld"
|
||||||
"github.com/soheilhy/cmux"
|
"github.com/soheilhy/cmux"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user