a41f938cec
As we have seen, dependencies version can prevent the build. We should user lock versions on dependencies that we know work: * Packages are vendored * Add Godep support * Added addtional install step in readme * Fix travis build error
8 lignes
276 o
Go
8 lignes
276 o
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
|