diff options
| -rw-r--r-- | grpc_testing/go.mod | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/grpc_testing/go.mod b/grpc_testing/go.mod new file mode 100644 index 0000000..0d68588 --- /dev/null +++ b/grpc_testing/go.mod @@ -0,0 +1,4 @@ +// Deprecated: internal tests have been moved to internal/grpc_test. +module grpc_testing + +go 1.18 |
