Package units provides common useful printable units.
func SizeToString(s int64) string
SizeToString pretty prints file size (given as number of bytes).
type Size int64
Size represents a size in bytes that knows how to print itself.
func (s *Size) Set(str string) error
func (s Size) String() string