From 163d745b78a0451087bf4a12216437c8dcbf888f Mon Sep 17 00:00:00 2001 From: GrĂ©goire DuchĂȘne Date: Sat, 7 May 2022 12:13:38 +0100 Subject: Fix package name --- internal/grpc_test/echo.proto | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'internal/grpc_test/echo.proto') diff --git a/internal/grpc_test/echo.proto b/internal/grpc_test/echo.proto index 513a7bc..528c17c 100644 --- a/internal/grpc_test/echo.proto +++ b/internal/grpc_test/echo.proto @@ -2,8 +2,8 @@ syntax = "proto3"; -package grpc_testing; -option go_package = ".;grpc_testing"; +package grpc_test; +option go_package = ".;grpc_test"; service Echo { rpc Echo(EchoRequest) returns (EchoResponse); -- cgit v1.2.3-70-g09d2