Documentation ¶
Index ¶
Constants ¶
View Source
const ( Byte = 1 << (iota * 10) KiByte MiByte GiByte TiByte PiByte EiByte )
IEC Sizes. kibis of bits
View Source
const ( IByte = 1 KByte = IByte * 1000 MByte = KByte * 1000 GByte = MByte * 1000 TByte = GByte * 1000 PByte = TByte * 1000 EByte = PByte * 1000 )
SI Sizes.
Variables ¶
This section is empty.
Functions ¶
func MemoryBytes ¶
func ParseBytes ¶
func ParseMemoryBytes ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.