summaryrefslogtreecommitdiff
path: root/internal/grpc_test/README.md
diff options
context:
space:
mode:
authorGrégoire Duchêne <gduchene@awhk.org>2022-05-07 11:57:48 +0100
committerGrégoire Duchêne <gduchene@awhk.org>2022-05-07 11:57:48 +0100
commitf36b620ffb95e14ced6b9f21bad1df153f560109 (patch)
tree2d31b2fccc416cf79d7d5491cf44431066307334 /internal/grpc_test/README.md
parentfd7dcf508a153ddb8c9bc7ff50b4a406a25eb67c (diff)
Move gRPC tests under internal/
Diffstat (limited to 'internal/grpc_test/README.md')
-rw-r--r--internal/grpc_test/README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/internal/grpc_test/README.md b/internal/grpc_test/README.md
new file mode 100644
index 0000000..65bdc18
--- /dev/null
+++ b/internal/grpc_test/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`!