aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/golang.org/x/text/secure/precis/ya.make
blob: 660ee2a0f6b3ac0315332cf4fbb14052e18a7c4d (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
31
GO_LIBRARY()

LICENSE(BSD-3-Clause)

SRCS(
    class.go
    context.go
    doc.go
    nickname.go
    options.go
    profile.go
    profiles.go
    tables15.0.0.go
    transformer.go
    trieval.go
)

GO_TEST_SRCS(
    benchmark_test.go
    class_test.go
    enforce10.0.0_test.go
    enforce_test.go
    profile_test.go
    tables_test.go
)

END()

RECURSE(
    gotest
)