aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/golang.org/x/text/unicode/rangetable/ya.make
blob: b46af434d8471de1bbcf54285f80da6eddd9607b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
GO_LIBRARY()

LICENSE(BSD-3-Clause)

SRCS(
    merge.go
    rangetable.go
    tables15.0.0.go
)

GO_TEST_SRCS(
    merge_test.go
    rangetable_test.go
)

END()

RECURSE(
    gotest
)