Documentation
¶
Index ¶
Constants ¶
View Source
const ( B = 1 + iota KB = 1 << (10 * iota) MB GB TB PB EB )
Variables ¶
This section is empty.
Functions ¶
func FormatBytes ¶ added in v0.1.20
func FormatBytes[T helpy.Number](n T) string
FormatBytes returns a human readable formatting of bytes, e.g. "4.2MiB".
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.