Files
aitrade/vendor/github.com/dustin/go-humanize/humanize.go
T
kaedwen 819d7d6453
Build and Push Docker Image / build-and-push (push) Successful in 3m31s
add vendoring
Signed-off-by: kaedwen <kaedwen@heinrich.blue>
2026-07-04 07:20:13 +02:00

9 lines
276 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, "83 MB" or
"79 MiB" (whichever you prefer).
*/
package humanize