Documentation
¶
Overview ¶
Package currency provides a fixed-precision representation of an amount of currency as an integer count of millicents.
Index ¶
Constants ¶
View Source
const ( Millicents = 1 Cents = 1000 * Millicents Dollars = 100 * Cents )
The units of currency.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.