Parse and print size and time units in human-readable format
Перейти к файлу
Sebastiaan van Stijn 16e18b2861
Merge pull request #46 from thaJeztah/pr_template
add pull-request template
2024-03-18 16:22:47 +01:00
.github add pull-request template 2024-03-18 11:24:55 +01:00
CONTRIBUTING.md Add MAINTAINERS and update copyright and licence 2015-12-21 00:45:00 +01:00
LICENSE Unify license 2016-03-05 17:11:22 +11:00
MAINTAINERS MAINTAINERS: update Akihiro Suda's email address 2019-04-17 18:42:17 +09:00
README.md Unify license 2016-03-05 17:11:22 +11:00
circle.yml Update path of golint 2018-10-18 12:26:42 +02:00
duration.go Revert 46 minute threshold 2019-04-23 13:21:23 +02:00
duration_test.go Revert 46 minute threshold 2019-04-23 13:21:23 +02:00
size.go size: stop using regexp 2022-05-16 09:42:23 -07:00
size_test.go size: stop using regexp 2022-05-16 09:42:23 -07:00
ulimit.go Fix handling of unlimited (-1) ulimit values 2019-04-23 13:30:33 +02:00
ulimit_test.go Fix handling of unlimited (-1) ulimit values 2019-04-23 13:30:33 +02:00

README.md

GoDoc

Introduction

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

Usage

See the docs in godoc for examples and documentation.

Copyright © 2015 Docker, Inc.

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