aboutsummaryrefslogtreecommitdiff
path: root/grpc_testing/README.md
diff options
context:
space:
mode:
authorGrégoire Duchêne <gduchene@awhk.org>2021-06-02 12:48:59 +0100
committerGrégoire Duchêne <gduchene@awhk.org>2021-06-02 12:48:59 +0100
commited34a23a259a53398cdb3c4cddf4099e0a81723d (patch)
tree3df7720f10abf76c866d3067cfa8e3fd8d4cfb6d /grpc_testing/README.md
parentfd06c81a297abe152d000fa5009bf9f9693d4499 (diff)
Add gRPC tests
Those tests live in a separate Go module so that people will not depend on gRPC libraries unintentionally.
Diffstat (limited to 'grpc_testing/README.md')
-rw-r--r--grpc_testing/README.md4
1 files changed, 4 insertions, 0 deletions
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`!