DanielOaks / bytefmt

Human readable byte formatter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Human readable byte formatter

License:Apache License 2.0


Languages

Language:Go 100.0%