pkg/vendor/github.com/alecthomas/units
Matthias Wessendorf 602db5ee12
Updating to later test-infra (#1802)
* Updating to later test-infra

Signed-off-by: Matthias Wessendorf <mwessend@redhat.com>

* Some more updates, a new try

* Going with latest test-infra

Signed-off-by: Matthias Wessendorf <mwessend@redhat.com>
2020-10-13 04:41:30 -07:00
..
COPYING Introduce `pkg/metrics` support for multiple Resources (#1392) 2020-07-14 10:46:19 -07:00
README.md Introduce `pkg/metrics` support for multiple Resources (#1392) 2020-07-14 10:46:19 -07:00
bytes.go Updating to later test-infra (#1802) 2020-10-13 04:41:30 -07:00
doc.go Introduce `pkg/metrics` support for multiple Resources (#1392) 2020-07-14 10:46:19 -07:00
go.mod Updating to later test-infra (#1802) 2020-10-13 04:41:30 -07:00
si.go Updating to later test-infra (#1802) 2020-10-13 04:41:30 -07:00
util.go Introduce `pkg/metrics` support for multiple Resources (#1392) 2020-07-14 10:46:19 -07:00

README.md

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