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

LICENSE(Apache-2.0)

SRCS(hierarchy.go)

GO_TEST_SRCS(hierarchy_test.go)

END()

RECURSE(gotest)