package
Version:
v0.2.16
Opens a new window with list of versions in this module.
Published: Oct 21, 2024
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 76
Opens a new window with list of known importers.
Documentation
¶
unit contains common values:
- units size (ex. byte, kilo, mega, giga)
View Source
const (
Byte = 1
Kilo = 1024
Mega = 1024 * 1024
Giga = 1024 * 1024 * 1024
)
Source Files
¶
Click to show internal directories.
Click to hide internal directories.