This commit is contained in:
Yo-An Lin 2022-08-19 10:57:02 +08:00 committed by GitHub
parent a50d7dd408
commit 7a0609dae2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1053,6 +1053,7 @@ _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.
- [ach](https://github.com/moov-io/ach) - A reader, writer, and validator for Automated Clearing House (ACH) files. - [ach](https://github.com/moov-io/ach) - A reader, writer, and validator for Automated Clearing House (ACH) files.
- [bbgo](https://github.com/c9s/bbgo) - A crypto trading bot framework written in Go. Including common crypto exchange API, standard indicators, back-testing and many built-in strategies.
- [currency](https://github.com/bojanz/currency) - Handles currency amounts, provides currency information and formatting. - [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.