summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGrégoire Duchêne <gduchene@awhk.org>2023-11-05 09:17:35 +0000
committerGrégoire Duchêne <gduchene@awhk.org>2023-11-05 09:17:35 +0000
commitf971254a242bfe5292148625993dd783fa4ee8f7 (patch)
treeab44c4dc430daa9df5a2d4dfc119124cb13c011d
parentae0310d88e0ddaec8756eea7fbf6b8230793c7a8 (diff)
Remove empty internal packageHEADv1.1.1main
-rw-r--r--internal/grpc_test/.gitignore1
-rw-r--r--internal/grpc_test/README.md4
-rw-r--r--internal/grpc_test/go.mod3
3 files changed, 0 insertions, 8 deletions
diff --git a/internal/grpc_test/.gitignore b/internal/grpc_test/.gitignore
deleted file mode 100644
index c61a5e8..0000000
--- a/internal/grpc_test/.gitignore
+++ /dev/null
@@ -1 +0,0 @@
-*.pb.go
diff --git a/internal/grpc_test/README.md b/internal/grpc_test/README.md
deleted file mode 100644
index 65bdc18..0000000
--- a/internal/grpc_test/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`!
diff --git a/internal/grpc_test/go.mod b/internal/grpc_test/go.mod
deleted file mode 100644
index ae43e57..0000000
--- a/internal/grpc_test/go.mod
+++ /dev/null
@@ -1,3 +0,0 @@
-module go.awhk.org/pipeln/internal/grpc_test
-
-go 1.18