Merge pull request #303 from vadimg/master

Add decimal
This commit is contained in:
Matt Holt 2015-03-10 16:18:08 -06:00
commit b635554aac

View File

@ -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)
@ -240,6 +241,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.*