package humanize // import "github.com/HalCanary/facility/humanize"
Copyright 2022 Hal Canary Use of this program is governed by the file LICENSE.
FUNCTIONS
func Humanize(v int64) string
Humanize converts a byte size to a human readable number, for example:
10240 becomes "10 KB. Everything is rounded up to nearest integer."