aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/google.golang.org/grpc/binarylog/ya.make
blob: 45e0cb57a075299ef8bc2e30e8064d2ee8fb5dab (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
GO_LIBRARY()

LICENSE(Apache-2.0)

SRCS(sink.go)

GO_XTEST_SRCS(binarylog_end2end_test.go)

END()

RECURSE(
    gotest
    grpc_binarylog_v1
)