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

LICENSE(Apache-2.0)

SRCS(buffer.go)

GO_TEST_SRCS(buffer_test.go)

END()

RECURSE(gotest)