mirror of https://github.com/grpc/grpc-go.git
Remove unnecessary import rename of the proto support package.
This commit is contained in:
parent
389d18d972
commit
e4a76146b2
|
|
@ -53,7 +53,7 @@ import (
|
|||
"google.golang.org/grpc/credentials"
|
||||
"google.golang.org/grpc/grpclog"
|
||||
|
||||
proto "github.com/golang/protobuf/proto"
|
||||
"github.com/golang/protobuf/proto"
|
||||
|
||||
pb "google.golang.org/grpc/examples/route_guide/proto"
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in New Issue