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

LICENSE(BSD-3-Clause)

SRCS(
    cases.go
    context.go
    fold.go
    info.go
    map.go
    tables15.0.0.go
    trieval.go
)

GO_TEST_SRCS(
    context_test.go
    fold_test.go
    map_test.go
    tables15.0.0_test.go
)

GO_XTEST_SRCS(example_test.go)

END()

RECURSE(
    gotest
)