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

LICENSE(Apache-2.0)

SRCS(unbounded.go)

GO_TEST_SRCS(unbounded_test.go)

END()

RECURSE(gotest)