README.md (513B)
1 [![GoDoc](https://godoc.org/github.com/docker/go-units?status.svg)](https://godoc.org/github.com/docker/go-units) 2 3 # Introduction 4 5 go-units is a library to transform human friendly measurements into machine friendly values. 6 7 ## Usage 8 9 See the [docs in godoc](https://godoc.org/github.com/docker/go-units) for examples and documentation. 10 11 ## Copyright and license 12 13 Copyright © 2015 Docker, Inc. 14 15 go-units is licensed under the Apache License, Version 2.0. 16 See [LICENSE](LICENSE) for the full text of the license.