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

LICENSE(BSD-3-Clause)

SRCS(
    compact.go
    print.go
    triegen.go
)

GO_XTEST_SRCS(
    data_test.go
    example_compact_test.go
    example_test.go
)

END()

RECURSE(gotest)