85f0fba9f9
* 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 |
||
---|---|---|
.. | ||
COPYING | ||
README.md | ||
bytes.go | ||
doc.go | ||
si.go | ||
util.go |
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