From ed34a23a259a53398cdb3c4cddf4099e0a81723d Mon Sep 17 00:00:00 2001 From: GrĂ©goire DuchĂȘne Date: Wed, 2 Jun 2021 12:48:59 +0100 Subject: Add gRPC tests Those tests live in a separate Go module so that people will not depend on gRPC libraries unintentionally. --- grpc_testing/README.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 grpc_testing/README.md (limited to 'grpc_testing/README.md') diff --git a/grpc_testing/README.md b/grpc_testing/README.md new file mode 100644 index 0000000..65bdc18 --- /dev/null +++ b/grpc_testing/README.md @@ -0,0 +1,4 @@ +This module exists so that anyone using `pipeln` will not download all +the gRPC dependencies required for this test. + +Remember to run `go generate` before `go test`! -- cgit v1.2.3-70-g09d2