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

LICENSE(Apache-2.0)

SRCS(oauth.go)

GO_TEST_SRCS(oauth_test.go)

END()

RECURSE(gotest)