aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/golang.org/x/text/internal/number/ya.make
blob: 2c232c878aa5f38e6df0826873e0f96fb91e3435 (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
27
GO_LIBRARY()

LICENSE(BSD-3-Clause)

SRCS(
    common.go
    decimal.go
    format.go
    number.go
    pattern.go
    roundingmode_string.go
    tables.go
)

GO_TEST_SRCS(
    decimal_test.go
    format_test.go
    number_test.go
    pattern_test.go
    tables_test.go
)

END()

RECURSE(
    gotest
)