aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/golang.org/x/text/unicode/cldr/ya.make
blob: d32ae5f7eae8ff26a18fd0cc26caa93311e64aaa (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
GO_LIBRARY()

LICENSE(BSD-3-Clause)

SRCS(
    base.go
    cldr.go
    collate.go
    decode.go
    resolve.go
    slice.go
    xml.go
)

GO_TEST_SRCS(
    cldr_test.go
    collate_test.go
    data_test.go
    resolve_test.go
    slice_test.go
)

GO_XTEST_SRCS(examples_test.go)

END()

RECURSE(
    # gotest
)