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

LICENSE(Apache-2.0)

SRCS(
    balancer.go
    logging.go
)

GO_TEST_SRCS(balancer_test.go)

END()

RECURSE(gotest)