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

LICENSE(Apache-2.0)

SRCS(flags.go)

GO_TEST_SRCS(flags_test.go)

END()

RECURSE(gotest)