From 3f73806f6faa0f3dbc1fdba37fd0c966215ea791 Mon Sep 17 00:00:00 2001 From: Vadim Graboys Date: Thu, 5 Mar 2015 23:26:04 -0500 Subject: [PATCH] Add decimal --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 2bb978af..9cbb8a04 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,7 @@ Join us on IRC at **#awesome-go** on freenode [web access](http://webchat.freeno - [Distributed Systems](#distributed-systems) - [Email](#email) - [Embeddable Scripting Languages](#embeddable-scripting-languages) + - [Financial](#financial) - [Forms](#forms) - [Game Development](#game-development) - [Generation & Generics](#generation--generics) @@ -239,6 +240,12 @@ Join us on IRC at **#awesome-go** on freenode [web access](http://webchat.freeno * [otto](https://github.com/robertkrimen/otto) - A JavaScript interpreter written in Go * [purl](https://github.com/ian-kent/purl) - Perl 5.18.2 embedded in Go +## Financial + +*Packages for accounting and finance* + +* [decimal](https://github.com/shopspring/decimal) - Arbitrary-precision fixed-point decimal numbers + ## Forms *Libraries for working with forms.*