aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/google.golang.org/grpc/credentials/alts/internal/ya.make
blob: 9e93ea2a35149d8b5aa92b6cff0c1e76beab6bf0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
GO_LIBRARY()

LICENSE(Apache-2.0)

SRCS(common.go)

END()

RECURSE(
    authinfo
    conn
    handshaker
    proto
    testutil
    # yo
)