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

LICENSE(BSD-3-Clause)

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

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

GO_XTEST_SRCS(example_test.go)

END()

RECURSE(gotest)