tree: af151b2f883394658121e90320059cee6730451d [path history] [tgz]
  1. bytes.go
  2. bytes_test.go
  3. formatters_suite_test.go
  4. LICENSE
  5. NOTICE
  6. package.go
  7. README.md
grove/vendor/code.cloudfoundry.org/bytefmt/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