aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/golang.org/x/text/secure/bidirule/ya.make
blob: 6b118451d0e952cf495a2dfdc9b84be5c28ec9e2 (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(
    bidirule.go
    bidirule10.0.0.go
)

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

END()

RECURSE(
    gotest
)