Remove unnecessary import rename of the proto support package.

This commit is contained in:
David Symonds
2015-06-24 11:36:31 +10:00
parent 389d18d972
commit e4a76146b2

View File

@ -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"
)