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

LICENSE(Apache-2.0)

SRCS(csds.go)

GO_XTEST_SRCS(
    # csds_e2e_test.go
)

END()

RECURSE(gotest)