From b04aa0011c00636b73c654fcbd7d8689742271c6 Mon Sep 17 00:00:00 2001 From: Kamaleshwar Date: Fri, 17 May 2019 21:33:40 +0530 Subject: [PATCH] Add currency computation package (#2524) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 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. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0cf03ddb..af37af4a 100644 --- a/README.md +++ b/README.md @@ -631,6 +631,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a *Packages for accounting and finance.* * [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. * [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.