aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/golang.org/x/text/internal/ya.make
blob: 09f272057309ba09169c592110efdf6f8e8325d9 (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
32
33
GO_LIBRARY()

LICENSE(BSD-3-Clause)

SRCS(
    internal.go
    match.go
)

GO_TEST_SRCS(
    internal_test.go
    match_test.go
)

END()

RECURSE(
    catmsg
    cldrtree
    colltab
    export
    format
    gen
    gotest
    language
    number
    stringset
    tag
    testtext
    triegen
    ucd
    utf8internal
)