aboutsummaryrefslogtreecommitdiff
path: root/grpc_testing/echo.proto
diff options
context:
space:
mode:
authorGrégoire Duchêne <gduchene@awhk.org>2022-05-07 11:06:37 +0100
committerGrégoire Duchêne <gduchene@awhk.org>2022-05-07 11:06:37 +0100
commitfd7dcf508a153ddb8c9bc7ff50b4a406a25eb67c (patch)
treed3d9ac9553d38d330f0ae4a86273d72a6698b721 /grpc_testing/echo.proto
parent64c4bcdb9da869fd982a2add8621b76fae0fcb7a (diff)
Fix gRPC tests
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);