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

LICENSE(Apache-2.0)

SRCS(timeoutCache.go)

GO_TEST_SRCS(timeoutCache_test.go)

END()

RECURSE(gotest)