Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Size ¶
type Size int64
const ( Byte Size = 1 Kilobyte Size = 1000 Kibibyte Size = 1024 Megabyte Size = Kilobyte * Kilobyte Mebibyte Size = Kibibyte * Kibibyte Gigabyte Size = Megabyte * Kilobyte GibiByte Size = Mebibyte * Kibibyte Terabyte Size = Gigabyte * Kilobyte Tebibyte Size = GibiByte * Kibibyte Petabyte Size = Terabyte * Kilobyte Pebibyte Size = Tebibyte * Kibibyte Exabyte Size = Petabyte * Kilobyte )
Click to show internal directories.
Click to hide internal directories.