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

LICENSE(Apache-2.0)

SRCS(
    googlec2p.go
    utils.go
)

GO_TEST_SRCS(googlec2p_test.go)

END()

RECURSE(gotest)