An open API service indexing awesome lists of open source software.

https://github.com/umran/money

A library for monetary calculations in Go without losing decimal precision
https://github.com/umran/money

accounting decimal go golang money precision

Last synced: 11 months ago
JSON representation

A library for monetary calculations in Go without losing decimal precision

Awesome Lists containing this project

README

          

# Money: A library for monetary calculations in Go without losing decimal precision
[![Documentation](https://godoc.org/github.com/umran/money?status.svg)](http://godoc.org/github.com/umran/money)
[![Build Status](https://travis-ci.com/umran/money.svg?branch=master)](https://travis-ci.com/umran/money)
[![Coverage Status](https://coveralls.io/repos/github/umran/money/badge.svg?branch=master)](https://coveralls.io/github/umran/money?branch=master)
[![Go Report Card](https://goreportcard.com/badge/github.com/umran/money)](https://goreportcard.com/report/github.com/umran/money)

# API Documentation
For now please refer to the GoDocs page for this project: