diff options
author | yenlin.lai <yenlin.lai@cobinhood.com> | 2019-03-22 15:38:57 +0800 |
---|---|---|
committer | yenlinlai <38415072+yenlinlai@users.noreply.github.com> | 2019-03-25 14:24:23 +0800 |
commit | f3dc52ca91f2cdd931a41bd219fcfcf2c47f426f (patch) | |
tree | d5ce998437d5a919fb7693752e163e6246cae326 | |
parent | 7b6e704e0ddae86d675c53ce3a56dc7ad11fa07c (diff) | |
download | dexon-decimal-f3dc52ca91f2cdd931a41bd219fcfcf2c47f426f.tar.gz dexon-decimal-f3dc52ca91f2cdd931a41bd219fcfcf2c47f426f.tar.zst dexon-decimal-f3dc52ca91f2cdd931a41bd219fcfcf2c47f426f.zip |
misc: fix travis label url
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ # decimal -[](https://travis-ci.org/dexon-foundation/decimal) [](https://godoc.org/github.com/dexon-foundation/decimal) [](https://goreportcard.com/report/github.com/dexon-foundation/decimal) +[](https://travis-ci.com/dexon-foundation/decimal) [](https://godoc.org/github.com/dexon-foundation/decimal) [](https://goreportcard.com/report/github.com/dexon-foundation/decimal) Arbitrary-precision fixed-point decimal numbers in go. |