• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

CONTRIBUTING.mdH A D23-Apr-20192.7 KiB

LICENSEH A D23-Apr-201910.5 KiB

MAINTAINERSH A D23-Apr-20191.1 KiB

README.mdH A D23-Apr-2019513

circle.ymlH A D23-Apr-2019247

duration.goH A D23-Apr-20191.1 KiB

duration_test.goH A D23-Apr-20194.6 KiB

size.goH A D23-Apr-20192.9 KiB

size_test.goH A D23-Apr-20195.4 KiB

ulimit.goH A D23-Apr-20193.1 KiB

ulimit_test.goH A D23-Apr-20195 KiB

README.md

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