Versions in this module Expand all Collapse all v1 v1.3.0-alpha.2 Jun 21, 2016 v1.3.0-alpha.1 May 25, 2016 v1.3.0-alpha.0 Apr 25, 2016 v1.2.2 Oct 18, 2016 v1.2.1 Jul 14, 2016 v1.2.0 May 25, 2016 v1.2.0-rc2 Apr 23, 2016 v1.2.0-rc1 Apr 21, 2016 v1.1.6 Apr 5, 2016 v1.1.5 Mar 29, 2016 v1.1.4 Mar 14, 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) + type Rlimit struct + Hard uint64 + Soft uint64 + Type int + type Ulimit struct + Hard int64 + Name string + Soft int64 + func ParseUlimit(val string) (*Ulimit, error) + func (u *Ulimit) GetRlimit() (*Rlimit, error) + func (u *Ulimit) String() string