Documentation ¶
Index ¶
Constants ¶
View Source
const ( // GB - GigaByte size (10^9) GB = 1000 * 1000 * 1000 // GiB - GibiByte size (2^30) GiB = 1024 * 1024 * 1024 // MB - MegaByte size (10^6) MB = 1000 * 1000 // MiB - MebiByte size (2^20) MiB = 1024 * 1024 )
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.