Documentation
¶
Index ¶
Constants ¶
View Source
const ( Byte = 1 KiloByte = Byte * 1000 MegaByte = KiloByte * 1000 GigaByte = MegaByte * 1000 TeraByte = GigaByte * 1000 KibiByte = Byte * 1024 MebiByte = KibiByte * 1024 GibiByte = MebiByte * 1024 )
View Source
const ( Thousand = 1000 Million = Thousand * 1000 Billion = Million * 1000 )
Variables ¶
This section is empty.
Functions ¶
func HumanBytes ¶
func HumanBytes2 ¶
func HumanNumber ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.