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 EB and EiB to size #43

Open nexustar opened 1 year ago

nexustar commented 1 year ago

Allow to parse units EB and EiB. I do not add ZB and YB because they are larger than int64 range

nexustar commented 1 year ago

@thaJeztah Cloud you please take a look