vendor: add go-humanize

This commit is contained in:
Xiang Li
2016-04-11 19:27:31 -07:00
parent b5292f6fce
commit 94d436c5d1
14 changed files with 1002 additions and 0 deletions

8
cmd/vendor/github.com/dustin/go-humanize/humanize.go generated vendored Normal file
View File

@ -0,0 +1,8 @@
/*
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