//
pkg.gl
Category
github.com/contiamo/go-base
pkg
data
strings
package
1.12.1
Repository:
https://github.com/contiamo/go-base.git
Documentation:
pkg.go.dev
Overview
Versions
4
Dependencies
1
Dependents
0
Files
14 SLOC
#
Functions
HumanReadableByteCount
HumanReadableByteCount converts a size in bytes to a human-readable string decimal Taken from here: https://yourbasic.org/golang/formatting-byte-size-to-human-readable-format/.