docker / go-units

Parse and print size and time units in human-readable format
https://godoc.org/github.com/docker/go-units
Apache License 2.0
218 stars 38 forks source link

Add go.mod #36

Open thaJeztah opened 4 years ago

thaJeztah commented 4 years ago

Keeping the go version to 1.12 for now, as this module doesn't require "latest and greatest"

kolyshkin commented 2 months ago

@thaJeztah Can we revive this, and use (at least) go 1.20 so we can use strings.Cut?