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

LICENSE(Apache-2.0)

SRCS(config_selector.go)

GO_TEST_SRCS(config_selector_test.go)

END()

RECURSE(
    dns
    gotest
    passthrough
    unix
)