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

LICENSE(Apache-2.0)

SRCS(local.go)

GO_TEST_SRCS(local_test.go)

END()

RECURSE(gotest)