Versions in this module Expand all Collapse all v1 v1.0.0-rc2 Sep 29, 2016 v1.0.0-rc1 Jun 3, 2016 v0 v0.1.1 Apr 25, 2016 v0.1.0 Apr 12, 2016 v0.0.9 Mar 10, 2016 v0.0.8 Feb 10, 2016 v0.0.7 Jan 26, 2016 Changes in this version + const GB + const GiB + const KB + const KiB + const MB + const MiB + const PB + const PiB + const TB + const TiB + func BytesSize(size float64) string + func CustomSize(format string, size float64, base float64, _map []string) string + func FromHumanSize(size string) (int64, error) + func HumanDuration(d time.Duration) string + func HumanSize(size float64) string + func RAMInBytes(size string) (int64, error)