Clone this repo:
  1. 9f541cc Adds commas to number formatting in english.Plural. by Chris Conway · 6 years ago main master v1.0.0
  2. 02af396 Added a quickcheck test for stripTrailingDigits by Dustin Sallings · 6 years ago
  3. 41f8089 Add a few methods for limiting the number of decimal places outputted. #18 by Andrew Brampton · 7 years ago
  4. bb3d318 Fix for reported off-by-one (nanosecond) error in RelTime by Dustin Sallings · 6 years ago
  5. 0b19b17 chore(comma): fixed typo by yyoshiki41 · 7 years ago
  6. 6d15c0a Adds package humanize/english for English-word manipulations. by Chris Conway · 7 years ago
  7. 77ed807 Remove .gitignore. by Dmitri Shuralyov · 7 years ago
  8. 79e699c Travis: Use latest patch versions. by Dmitri Shuralyov · 7 years ago
  9. 3833324 Updated .travis.yml to use the latest Go releases by Andrew Brampton · 7 years ago
  10. 259d2a1 Add space between numbers and units in README, package documentation. by Dmitri Shuralyov · 7 years ago
  11. 7a41df0 Handle formatting floats on 32-bit systems by Dustin Sallings · 7 years ago
  12. 904a494 Special case Comma(math.MinInt64). by Dustin Sallings · 7 years ago
  13. ef638b6 Remove unnecessary caching of slice length by Daniel Lohse · 7 years ago
  14. 2064d2b Fix panicking `CustomRelTime` when magnitude list is incomplete by Daniel Lohse · 7 years ago
  15. bd88f87 Handle commas in bytes parsing. by Dustin Sallings · 8 years ago
  16. 2fcb520 Removed misleading/incorrect docs. by Dustin Sallings · 8 years ago
  17. 3143592 Implement CustomRelTime by Dustin Sallings · 8 years ago
  18. b54b505 Caculate time in nanoseconds by hurf · 9 years ago
  19. df564ff Allow custom defined relative time format. by hurf · 9 years ago
  20. fef948f Fix typo in comment. (#41) by Delweng Zheng · 8 years ago