statsd_exporter/vendor/github.com/alecthomas/units
mhartenbower c710b851c7 Switch to go-kit logging
Fixes #270

Signed-off-by: mhartenbower <matt.hartenbower@gmail.com>
2019-10-13 13:19:28 -05:00
..
bytes.go Update vendor github.com/prometheus/common/... 2017-08-30 17:48:19 +02:00
COPYING Update vendor github.com/prometheus/common/... 2017-08-30 17:48:19 +02:00
doc.go Update vendor github.com/prometheus/common/... 2017-08-30 17:48:19 +02:00
go.mod Switch to go-kit logging 2019-10-13 13:19:28 -05:00
README.md Update vendor github.com/prometheus/common/... 2017-08-30 17:48:19 +02:00
si.go Update vendor github.com/prometheus/common/... 2017-08-30 17:48:19 +02:00
util.go Update vendor github.com/prometheus/common/... 2017-08-30 17:48:19 +02:00

Units - Helpful unit multipliers and functions for Go

The goal of this package is to have functionality similar to the time package.

It allows for code like this:

n, err := ParseBase2Bytes("1KB")
// n == 1024
n = units.Mebibyte * 512