humanize
Template functions used to make numbers mor human-friendly, from the nice Go-humanize package.
humanBytes¶
Produces a human readable representation of an SI size.
1 2 |
|
humanComma¶
Produces a string form of the given number in base 10 with commas after every three orders of magnitude.
1 2 |
|
humanCommaf¶
Produces a string form of the given floating number in base 10 with commas after every three orders of magnitude.
1 2 |
|