package
Version:
v9.4.38+incompatible
Opens a new window with list of versions in this module.
Published: Nov 14, 2022
License: Apache-2.0
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
View Source
const (
KiB = 1 << (10 * iota)
MiB
GiB
TiB
PiB
)
View Source
const (
KB = 1000
MB = KB * 1000
GB = MB * 1000
TB = GB * 1000
PB = TB * 1000
)
View Source
var BadUnit = errors.New("Bad unit")
Source Files
¶
Click to show internal directories.
Click to hide internal directories.