Add currency computation package (#2524)

* github.com repo: [currency](https://github.com/bnkamalesh/currency)

godoc.org: [![](https://godoc.org/github.com/nathany/looper?status.svg)](https://godoc.org/github.com/bnkamalesh/currency)

goreportcard.com: [![](https://goreportcard.com/badge/github.com/bnkamalesh/currency)](https://goreportcard.com/report/github.com/bnkamalesh/currency)

coverage service: [cover.run](https://cover.run/go/github.com/bnkamalesh/currency)

**Make sure that you've checked the boxes below before you submit PR:**
- [✓] I have added my package in alphabetical order.
- [✓] I have an appropriate description with correct grammar.
- [✓] I know that this package was not listed before.
- [✓] I have added godoc link to the repo and to my pull request.
- [✓] I have added coverage service link to the repo and to my pull request.
- [✓] I have added goreportcard link to the repo and to my pull request.
- [✓] I have read [Contribution guidelines](https://github.com/avelino/awesome-go/blob/master/CONTRIBUTING.md#contribution-guidelines), [maintainers note](https://github.com/avelino/awesome-go/blob/master/CONTRIBUTING.md#maintainers) and [Quality standard](https://github.com/avelino/awesome-go/blob/master/CONTRIBUTING.md#quality-standard).

* added period at end of description.
This commit is contained in:
Kamaleshwar 2019-05-17 21:33:40 +05:30 committed by Bo-Yi Wu
parent 9b3cc69330
commit b04aa0011c

View File

@ -631,6 +631,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a
*Packages for accounting and finance.* *Packages for accounting and finance.*
* [accounting](https://github.com/leekchan/accounting) - money and currency formatting for golang. * [accounting](https://github.com/leekchan/accounting) - money and currency formatting for golang.
* [currency](https://github.com/bnkamalesh/currency) - High performant & accurate currency computation package.
* [decimal](https://github.com/shopspring/decimal) - Arbitrary-precision fixed-point decimal numbers. * [decimal](https://github.com/shopspring/decimal) - Arbitrary-precision fixed-point decimal numbers.
* [go-finance](https://github.com/FlashBoys/go-finance) - Comprehensive financial markets data in Go. * [go-finance](https://github.com/FlashBoys/go-finance) - Comprehensive financial markets data in Go.
* [go-finance](https://github.com/alpeb/go-finance) - Library of financial functions for time value of money (annuities), cash flow, interest rate conversions, bonds and depreciation calculations. * [go-finance](https://github.com/alpeb/go-finance) - Library of financial functions for time value of money (annuities), cash flow, interest rate conversions, bonds and depreciation calculations.