aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/google.golang.org/grpc/credentials/alts/ya.make
blob: 4a1b68dfb759b28eaf0db5e07b5275be0b9040a0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
GO_LIBRARY()

LICENSE(Apache-2.0)

SRCS(
    alts.go
    utils.go
)

IF (OS_LINUX)
    GO_TEST_SRCS(
        alts_test.go
        utils_test.go
    )
ENDIF()

IF (OS_WINDOWS)
    GO_TEST_SRCS(
        alts_test.go
        utils_test.go
    )
ENDIF()

END()

RECURSE(
    gotest
    internal
    # yo
)