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

..03-May-2022-

CONTRIBUTING.mdH A D12-Feb-20182.7 KiB

LICENSEH A D12-Feb-201810.5 KiB

MAINTAINERSH A D12-Feb-20181.1 KiB

README.mdH A D12-Feb-2018513

circle.ymlH A D12-Feb-2018252

duration.goH A D12-Feb-20181.1 KiB

duration_test.goH A D12-Feb-20184.6 KiB

size.goH A D12-Feb-20182.9 KiB

size_test.goH A D12-Feb-20185.4 KiB

ulimit.goH A D12-Feb-20182.9 KiB

ulimit_test.goH A D12-Feb-20183.8 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