https://github.com/trippwill/go-currency
https://github.com/trippwill/go-currency
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/trippwill/go-currency
- Owner: trippwill
- Created: 2025-03-21T06:16:59.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-13T17:55:34.000Z (over 1 year ago)
- Last Synced: 2025-04-13T18:42:42.089Z (over 1 year ago)
- Language: Go
- Size: 113 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GO-CURRENCY
A module for representing amounts of various currencies, in a type-safe way.
Currency amounts are represented using the module's fixedpoint package.
This is mostly a personal experiment. Feel free to make use of any part of it, but it is not supported.