Documentation
¶
Index ¶
Constants ¶
View Source
const ( KiByte = Byte << ((iota + 1) * 10) MiByte GiByte TiByte PiByte EiByte )
View Source
const ( KByte = Byte * 1000 MByte = KByte * 1000 GByte = MByte * 1000 TByte = GByte * 1000 PByte = TByte * 1000 EByte = PByte * 1000 )
View Source
const Byte = int64(1)
Variables ¶
This section is empty.
Functions ¶
func FormatBytes ¶
func FormatIBytes ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.