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/grpc_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'grpc_testing/grpc_test.go') diff --git a/grpc_testing/grpc_test.go b/grpc_testing/grpc_test.go index 53e2eaa..1bd782d 100644 --- a/grpc_testing/grpc_test.go +++ b/grpc_testing/grpc_test.go @@ -2,7 +2,7 @@ package grpc_testing -//go:generate protoc --go_opt=paths=source_relative --go_out=plugins=grpc:. echo.proto +//go:generate protoc --go_out=. --go-grpc_out=. echo.proto import ( "context" @@ -17,7 +17,7 @@ import ( "go.awhk.org/pipeln" ) -type impl struct{} +type impl struct{ UnimplementedEchoServer } var _ EchoServer = impl{} -- cgit v1.2.3-70-g09d2