FoxComm / money

A Go library handling money, currencies, and exchange conversion.
MIT License
0 stars 0 forks source link

Consider using decimal library #5

Closed jpfuentes2 closed 9 years ago

jpfuentes2 commented 9 years ago

https://github.com/shopspring/decimal

This would make it easier to do computations, at least in the beginning if we decide to roll our own possibly using math/big/Int for performance.