Documentation ¶
Index ¶
Constants ¶
View Source
const ( KiB = 1024 // 1 kibibyte MiB = 1024 * KiB // 1 mebibyte GiB = 1024 * MiB // 1 gibibyte )
View Source
const ( NanoDione uint64 = 1 MicroDione uint64 = 1000 * NanoDione Schmeckle uint64 = 49*MicroDione + 463*NanoDione MilliDione uint64 = 1000 * MicroDione Dione uint64 = 1000 * MilliDione KiloDione uint64 = 1000 * Dione MegaDione uint64 = 1000 * KiloDione )
Denominations of value
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.