che-operator/vendor/github.com/alecthomas/units
Tom George 24fb122aa8
Operator sdk 0.15.2 (#515)
Upgrade che-operator to use operator-sdk version 0.15.2 APIs, and newer kubernetes APIs

Signed-off-by: Tom George <tgeorge@redhat.com>
2020-11-11 11:15:55 -06:00
..
COPYING Update vendor 2019-03-19 15:59:09 +02:00
README.md Make che-operator non blocking (#212) 2020-04-10 17:19:14 +03:00
bytes.go Update vendor 2019-03-19 15:59:09 +02:00
doc.go Update vendor 2019-03-19 15:59:09 +02:00
go.mod Operator sdk 0.15.2 (#515) 2020-11-11 11:15:55 -06:00
si.go Update vendor 2019-03-19 15:59:09 +02:00
util.go Update vendor 2019-03-19 15:59:09 +02: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