Skip to content
This repository has been archived by the owner on Dec 29, 2018. It is now read-only.
/ money Public archive

Basic money representation in Go with no loss in precision.

License

Notifications You must be signed in to change notification settings

altipla-consulting/money

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

money

DEPRECATED: Use https://github.com/altipla-consulting/libs instead.

GoDoc Build Status

Basic money representation in Go with no loss in precision.

Install

go get github.com/altipla-consulting/money

This library does not have dependencies outside the standard library.

Contributing

You can make pull requests or create issues in GitHub. Any code you send should be formatted using gofmt.

Running tests

Run the tests

make test

License

MIT License