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

LICENSE(Apache-2.0)

SRCS(
    balancergroup.go
    balancerstateaggregator.go
)

GO_TEST_SRCS(balancergroup_test.go)

END()

RECURSE(gotest)