runc/vendor/github.com/docker/go-units
Odin Ugedal 69e8fb2a74
Add support for GO Modules
This removes vndr, and swiches to native Go Modules instead. All modules
are kept on the old version.

Keeps the vendor/ dir, so everything is backwards compatible.

Signed-off-by: Odin Ugedal <odin@ugedal.com>
2020-03-07 09:29:29 +01:00
..
CONTRIBUTING.md Add support for GO Modules 2020-03-07 09:29:29 +01:00
LICENSE move from Godeps to vndr 2017-02-24 11:25:21 +00:00
MAINTAINERS Add support for GO Modules 2020-03-07 09:29:29 +01:00
README.md bump docker/go-units v0.3.3 2019-09-06 01:43:44 +02:00
circle.yml Add support for GO Modules 2020-03-07 09:29:29 +01:00
duration.go bump docker/go-units v0.3.3 2019-09-06 01:43:44 +02:00
size.go bump docker/go-units v0.3.3 2019-09-06 01:43:44 +02:00
ulimit.go bump docker/go-units v0.3.3 2019-09-06 01:43:44 +02:00

README.md

GoDoc

Introduction

go-units is a library to transform human friendly measurements into machine friendly values.

Usage

See the docs in godoc for examples and documentation.

Copyright © 2015 Docker, Inc.

go-units is licensed under the Apache License, Version 2.0. See LICENSE for the full text of the license.