aboutsummaryrefslogtreecommitdiffstats
path: root/library/go/certifi/ya.make
blob: d8181f1d68dfd4f632fa8a7a1ed11b58e22d6530 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
GO_LIBRARY()

SRCS(
    cas.go
    certifi.go
    doc.go
    utils.go
)

GO_XTEST_SRCS(
    certifi_example_test.go
    certifi_test.go
    utils_test.go
)

END()

RECURSE(
    gotest
    internal
)