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

LICENSE(BSD-3-Clause)

SRCS(
    kind_string.go
    tables13.0.0.go
    transform.go
    trieval.go
    width.go
)

GO_TEST_SRCS(
    common_test.go
    runes_test.go
    tables_test.go
    transform_test.go
)

GO_XTEST_SRCS(example_test.go)

END()

RECURSE(gotest)