summaryrefslogtreecommitdiff
path: root/grpc_testing/echo.proto
diff options
context:
space:
mode:
Diffstat (limited to 'grpc_testing/echo.proto')
-rw-r--r--grpc_testing/echo.proto2
1 files changed, 1 insertions, 1 deletions
diff --git a/grpc_testing/echo.proto b/grpc_testing/echo.proto
index 9b1ffff..513a7bc 100644
--- a/grpc_testing/echo.proto
+++ b/grpc_testing/echo.proto
@@ -3,7 +3,7 @@
syntax = "proto3";
package grpc_testing;
-option go_package = "grpc_testing/";
+option go_package = ".;grpc_testing";
service Echo {
rpc Echo(EchoRequest) returns (EchoResponse);