aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/google.golang.org/grpc/reflection/ya.make
blob: a07cd380e7073e6e21968f63bc9913a623bab948 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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
)