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

LICENSE(Apache-2.0)

SRCS(bufconn.go)

GO_TEST_SRCS(bufconn_test.go)

END()

RECURSE(gotest)