aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/github.com/dustin/go-humanize/ya.make
blob: 48efa5fa893e4ad369b79aed39b506d86acbc3a1 (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
28
29
30
31
32
33
34
35
36
37
GO_LIBRARY()

LICENSE(MIT)

SRCS(
    big.go
    bigbytes.go
    bytes.go
    comma.go
    commaf.go
    ftoa.go
    humanize.go
    number.go
    ordinals.go
    si.go
    times.go
)

GO_TEST_SRCS(
    bigbytes_test.go
    bytes_test.go
    comma_test.go
    commaf_test.go
    common_test.go
    ftoa_test.go
    number_test.go
    ordinals_test.go
    si_test.go
    times_test.go
)

END()

RECURSE(
    english
    gotest
)