modulepackage
0.0.0-20230105080248-c93b078d58b3
Repository: https://github.com/andrew-m-c/go-bytesize.git
Documentation: pkg.go.dev
# README
ByteSize - Format byte size to various human readable formats
# Type aliases
No description provided by the author
No description provided by the author
Base2 uses KibiByte(KiB), MebiByte(MiB), GibiByte(GiB), TebiByte(TiB), PebiByte(PiB), Exbiyte(EiB).
Base2Full uses KibiByte(KiB), MebiByte(MiB), GibiByte(GiB), TebiByte(TiB), PebiByte(PiB), Exbiyte(EiB).
Comma formats decimal digits into comma-separated format.
SI uses KiloByte(KB), MegaByte(MB), GigaByte(GB), TeraByte(TB), PetaByte(PB), ExaByte(EB).
Base10Full uses KiloByte(KB), MegaByte(MB), GigaByte(GB), TeraByte(TB), PetaByte(PB), ExaByte(EB).