No description
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Sebastiaan van Stijn 2bd057e7d1
Merge pull request #50 from kolyshkin/go120
modernize with go1.20 features
2026-04-15 10:14:50 +02:00
.github ci: add basic github actions workflows 2026-04-11 21:20:11 +02:00
CONTRIBUTING.md Add MAINTAINERS and update copyright and licence 2015-12-21 00:45:00 +01:00
duration.go Revert 46 minute threshold 2019-04-23 13:21:23 +02:00
duration_test.go fix: Example tests were not tested 2026-04-10 20:40:14 +02:00
go.mod Add go.mod 2026-04-10 20:11:52 +02: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
size.go size.go: use strings.Cut 2026-04-15 10:06:52 +02:00
size_test.go size_test.go: replace interface{} with any 2026-04-15 10:06:49 +02:00
ulimit.go ulimit.go: use strings.Cut 2026-04-15 10:06:52 +02:00
ulimit_test.go ulimit.go: use strings.Cut 2026-04-15 10:06:52 +02:00

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.