From 9a31725c8e69a0284d6cddbc7dea778610b23de1 Mon Sep 17 00:00:00 2001 From: Raphael Santo Domingo Date: Wed, 21 Jul 2021 22:56:26 -0500 Subject: [PATCH] Add ach --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0e50ebdd..5587559c 100644 --- a/README.md +++ b/README.md @@ -796,6 +796,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. +* [ach](https://github.com/moov-io/ach) - A reader, writer, and valdiator for Automated Clearing House (ACH) files. * [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.