aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/github.com/shopspring/decimal/ya.make
blob: 8acb0ec9f3252e4058b437bde449a01cbff27695 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
GO_LIBRARY()

LICENSE(MIT)

SRCS(
    decimal-go.go
    decimal.go
    rounding.go
)

GO_TEST_SRCS(
    decimal_bench_test.go
    decimal_test.go
)

END()

RECURSE(gotest)