aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/google.golang.org/grpc/xds/internal/xdsclient/xdslbregistry/ya.make
blob: 5b1207571d030d8253410012f8064f43fcf0b48b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
GO_LIBRARY()

LICENSE(Apache-2.0)

SRCS(xdslbregistry.go)

GO_XTEST_SRCS(xdslbregistry_test.go)

END()

RECURSE(
    converter
    gotest
)