ergo/vendor/code.cloudfoundry.org/bytefmt
Shivaram Lingamneni 772f5f5e5d upgrade bytefmt 2020-03-08 23:32:58 -04:00
..
LICENSE fix #782 (bring vendor into the main tree) 2020-02-12 13:19:23 -05:00
NOTICE fix #782 (bring vendor into the main tree) 2020-02-12 13:19:23 -05:00
README.md upgrade bytefmt 2020-03-08 23:32:58 -04:00
bytes.go fix #782 (bring vendor into the main tree) 2020-02-12 13:19:23 -05:00
package.go fix #782 (bring vendor into the main tree) 2020-02-12 13:19:23 -05:00

README.md

bytefmt

Note: This repository should be imported as code.cloudfoundry.org/bytefmt.

Human-readable byte formatter.

Example:

bytefmt.ByteSize(100.5*bytefmt.MEGABYTE) // returns "100.5M"
bytefmt.ByteSize(uint64(1024)) // returns "1K"

For documentation, please see http://godoc.org/code.cloudfoundry.org/bytefmt

Reporting issues and requesting features

Please report all issues and feature requests in cloudfoundry/diego-release.