package
0.6.2
Repository: https://github.com/netways/go-check.git
Documentation: pkg.go.dev

# Functions

ParseBytes parses a strings and returns the proper ByteAny implementation based on the unit specified.

# Constants

ExponentialFold defines the value to fold back to the previous exponent for better display of a small value.
IECBase is the exponential base for IEC units.
SIBase is the exponential base for SI units.

# Variables

ByteIECUnits lists known units we can convert to based on uint64.
ByteSIUnits lists known units we can convert to based on uint64.

# Interfaces

No description provided by the author

# Type aliases

BytesIEC is the IEC (1024) unit implementation of byte conversion.
BytesSI is the SI (1000) unit implementation of byte conversion.