terraform/vendor/github.com/alecthomas/units
Máximo Cuadros 85f0fba9f9 Ignition provider (#6189)
* providers: ignition, basic config, version and config

* providers: ignition, user and passwd example, general cache implementation

* vendor: Capture new dependency upstream-pkg

* providers: ignition ignition_user

* providers: ignition ignition_disk, ignition_group and ignition_raid

* providers: ignition_file and ignition_filesystem

* providers: ignition_systemd_unit and ignition_networkd_unit

* providers: ignition_config improvements

* vendor: Capture new dependency upstream-pkg

* providers: ignition main

* documentation: ignition provider

* providers: ignition minor changes

* providers: ignition, fix test

* fixing tests and latest versions
2017-01-03 11:29:14 +00:00
..
COPYING Ignition provider (#6189) 2017-01-03 11:29:14 +00:00
README.md Ignition provider (#6189) 2017-01-03 11:29:14 +00:00
bytes.go Ignition provider (#6189) 2017-01-03 11:29:14 +00:00
doc.go Ignition provider (#6189) 2017-01-03 11:29:14 +00:00
si.go Ignition provider (#6189) 2017-01-03 11:29:14 +00:00
util.go Ignition provider (#6189) 2017-01-03 11:29:14 +00: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