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

LICENSE(BSD-3-Clause)

SRCS(
    bidirule.go
    bidirule10.0.0.go
)

GO_TEST_SRCS(
    bench_test.go
    bidirule10.0.0_test.go
    bidirule_test.go
)

END()

RECURSE(gotest)