aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/google.golang.org/grpc/reflection/ya.make
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/google.golang.org/grpc/reflection/ya.make')
-rw-r--r--vendor/google.golang.org/grpc/reflection/ya.make18
1 files changed, 0 insertions, 18 deletions
diff --git a/vendor/google.golang.org/grpc/reflection/ya.make b/vendor/google.golang.org/grpc/reflection/ya.make
deleted file mode 100644
index a07cd380e7..0000000000
--- a/vendor/google.golang.org/grpc/reflection/ya.make
+++ /dev/null
@@ -1,18 +0,0 @@
-GO_LIBRARY()
-
-LICENSE(Apache-2.0)
-
-SRCS(serverreflection.go)
-
-GO_TEST_SRCS(serverreflection_test.go)
-
-END()
-
-RECURSE(
- gotest
- grpc_reflection_v1
- grpc_reflection_v1alpha
- grpc_testing
- grpc_testing_not_regenerate
- # yo
-)