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

LICENSE(Apache-2.0)

SRCS(latency.go)

GO_TEST_SRCS(latency_test.go)

END()

RECURSE(gotest)