FoxComm / money

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

Money

Build status

A Go library handling money, currencies, and exchange conversion.

Goals

  1. Correctness
  2. Performant
  3. Extensible

Usage

Installation

go get -u github.com/FoxComm/money

Examples

m := money.Make(5000, currencies.USD)
m.String() => "USD $50.00"

Internal

The internal/ dir has some internal tooling with a corresponding README.

Inspiration

Ideas and inspiration drawn from:

Resources

License

Released under the MIT License.