summaryrefslogtreecommitdiff
path: root/grpc_testing/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 /grpc_testing/README.md
parentfd7dcf508a153ddb8c9bc7ff50b4a406a25eb67c (diff)
Move gRPC tests under internal/
Diffstat (limited to 'grpc_testing/README.md')
-rw-r--r--grpc_testing/README.md4
1 files changed, 0 insertions, 4 deletions
diff --git a/grpc_testing/README.md b/grpc_testing/README.md
deleted file mode 100644
index 65bdc18..0000000
--- a/grpc_testing/README.md
+++ /dev/null
@@ -1,4 +0,0 @@
-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`!