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

LICENSE(Apache-2.0)

SRCS(leakcheck.go)

GO_TEST_SRCS(leakcheck_test.go)

END()

RECURSE(gotest)