fix c++ proto

pull/3164/head
yang-g 10 years ago
parent cb7ae77bd3
commit 9a72021cc6
  1. 2
      examples/protos/route_guide.proto

@ -32,7 +32,7 @@ syntax = "proto3";
option java_package = "ex.grpc";
option objc_class_prefix = "RTG";
package examples;
package routeguide;
// Interface exported by the server.
service RouteGuide {

Loading…
Cancel
Save