Add bojanz/currency. (#3219)

This commit is contained in:
Bojan Zivanovic 2020-08-28 22:24:53 +02:00 committed by GitHub
parent 11efb726eb
commit 29c6d38033
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -745,6 +745,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/bojanz/currency) - Handles currency amounts, provides currency information and formatting.
* [currency](https://github.com/bnkamalesh/currency) - High performant & accurate currency computation package. * [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.