Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added support for the byte-size type #247

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

fredbi
Copy link
Collaborator

@fredbi fredbi commented Feb 22, 2020

…which supports uint64 sizes after docker/go-units human-readable size specs

Example:
--size 1MB => int64(1000000)

Signed-off-by: Frederic BIDON [email protected]

@CLAassistant
Copy link

CLA assistant check
All committers have signed the CLA.

…er docker/go-units human readable size specs

Example:
--size 1MB => int64(1000000)

updated go modules

Signed-off-by: Frederic BIDON <[email protected]>
@cornfeedhobo
Copy link

@fredbi Interesting PR. I'm not sure about depending on a 3rd party library.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Adding support for byte size with docker/go-units
3 participants