aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/golang.org/x/text/width/ya.make
blob: f3fbafc945b23df699f2c5025eaed8962c47e539 (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(
    kind_string.go
    tables15.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
)