From 29c6d380336f7ee79f82a12863349f55e425e517 Mon Sep 17 00:00:00 2001 From: Bojan Zivanovic Date: Fri, 28 Aug 2020 22:24:53 +0200 Subject: [PATCH] Add bojanz/currency. (#3219) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1725fdda..069941e0 100644 --- a/README.md +++ b/README.md @@ -745,6 +745,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/bojanz/currency) - Handles currency amounts, provides currency information and formatting. * [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.