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

LICENSE(Apache-2.0)

SRCS(proto.go)

GO_TEST_SRCS(
    proto_benchmark_test.go
    proto_test.go
)

END()

RECURSE(gotest)