mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-20 11:48:24 -06:00
Nomad was manually updated, so revert that to the version in master, remove it from vendor.json and add it to the ignore list. Update all packages that were in an unknown state to their latest master commits.
9 lines
274 B
Go
9 lines
274 B
Go
/*
|
|
Package humanize converts boring ugly numbers to human-friendly strings and back.
|
|
|
|
Durations can be turned into strings such as "3 days ago", numbers
|
|
representing sizes like 82854982 into useful strings like, "83MB" or
|
|
"79MiB" (whichever you prefer).
|
|
*/
|
|
package humanize
|