From fd7dcf508a153ddb8c9bc7ff50b4a406a25eb67c Mon Sep 17 00:00:00 2001 From: GrĂ©goire DuchĂȘne Date: Sat, 7 May 2022 11:06:37 +0100 Subject: Fix gRPC tests --- grpc_testing/echo.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'grpc_testing/echo.proto') 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); -- cgit v1.2.3-70-g09d2