mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-12-13 12:06:29 +00:00
75513575be
* store dependency's in git * since we vendor ... rm tech-depts * aad make target 'vendor' to update vendor folder (manual task)
16 lines
513 B
Markdown
16 lines
513 B
Markdown
[![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.
|