(num int, thing string)
| 40 | } |
| 41 | |
| 42 | func Pluralize(num int, thing string) string { |
| 43 | return text.Pluralize(num, thing) |
| 44 | } |
| 45 | |
| 46 | func FuzzyAgo(a, b time.Time) string { |
| 47 | return text.RelativeTimeAgo(a, b) |
no outgoing calls
no test coverage detected
searching dependent graphs…