inhies / go-bytesize

Package bytesize provides functionality for measuring and displaying byte sizes.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ByteSize

Bytesize is a package for working with measurements of bytes. Using this package allows you to easily add 100KB to 4928MB and get a nicely formatted string representation of the result.

Go Reference Build Status Coverage Status

Usage

Check the built in documentation for examples using the godoc link above or by running godoc locally.

About

Package bytesize provides functionality for measuring and displaying byte sizes.

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Go 100.0%