kubernetes/vendor/github.com/docker/go-units
Tim Hockin 3c0c5ed4e0 Move deps from _workspace/ to vendor/
godep restore
pushd $GOPATH/src/github.com/appc/spec
git co master
popd
go get go4.org/errorutil
rm -rf Godeps
godep save ./...
git add vendor
git add -f $(git ls-files --other vendor/)
git co -- Godeps/LICENSES Godeps/.license_file_state Godeps/OWNERS
2016-05-08 20:30:21 -07:00
..
circle.yml Move deps from _workspace/ to vendor/ 2016-05-08 20:30:21 -07:00
CONTRIBUTING.md Move deps from _workspace/ to vendor/ 2016-05-08 20:30:21 -07:00
duration.go Move deps from _workspace/ to vendor/ 2016-05-08 20:30:21 -07:00
LICENSE.code Move deps from _workspace/ to vendor/ 2016-05-08 20:30:21 -07:00
LICENSE.docs Move deps from _workspace/ to vendor/ 2016-05-08 20:30:21 -07:00
MAINTAINERS Move deps from _workspace/ to vendor/ 2016-05-08 20:30:21 -07:00
README.md Move deps from _workspace/ to vendor/ 2016-05-08 20:30:21 -07:00
size.go Move deps from _workspace/ to vendor/ 2016-05-08 20:30:21 -07:00
ulimit.go Move deps from _workspace/ to vendor/ 2016-05-08 20:30:21 -07:00

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. All rights reserved, except as follows. Code is released under the Apache 2.0 license. The README.md file, and files in the "docs" folder are licensed under the Creative Commons Attribution 4.0 International License under the terms and conditions set forth in the file "LICENSE.docs". You may obtain a duplicate copy of the same license, titled CC-BY-SA-4.0, at http://creativecommons.org/licenses/by/4.0/.