aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/google.golang.org/grpc/xds/bootstrap/ya.make
blob: fc78a9d0cf24e84a89fdc1c02310ef806cef4374 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
GO_LIBRARY()

LICENSE(Apache-2.0)

SRCS(bootstrap.go)

GO_TEST_SRCS(bootstrap_test.go)

END()

RECURSE(gotest)