An open API service indexing awesome lists of open source software.

https://github.com/docker/go-units

Parse and print size and time units in human-readable format
https://github.com/docker/go-units

Last synced: 8 months ago
JSON representation

Parse and print size and time units in human-readable format

Awesome Lists containing this project

README

          

[![GoDoc](https://godoc.org/github.com/docker/go-units?status.svg)](https://godoc.org/github.com/docker/go-units)

# Introduction

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

## Usage

See the [docs in godoc](https://godoc.org/github.com/docker/go-units) for examples and documentation.

## Copyright and license

Copyright © 2015 Docker, Inc.

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