postgres_exporter/vendor/github.com/alecthomas/units
Will Rouesnel 0e4c3ce395 Update all dependencies.
* Switch to using kingpin for CLI interface as upstream Prometheus has moved
  that way too.
2017-10-26 19:27:29 +11:00
..
bytes.go Update all dependencies. 2017-10-26 19:27:29 +11:00
COPYING Update all dependencies. 2017-10-26 19:27:29 +11:00
doc.go Update all dependencies. 2017-10-26 19:27:29 +11:00
README.md Update all dependencies. 2017-10-26 19:27:29 +11:00
si.go Update all dependencies. 2017-10-26 19:27:29 +11:00
util.go Update all dependencies. 2017-10-26 19:27:29 +11: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