(a, b time.Time)
| 44 | } |
| 45 | |
| 46 | func FuzzyAgo(a, b time.Time) string { |
| 47 | return text.RelativeTimeAgo(a, b) |
| 48 | } |
| 49 | |
| 50 | // FuzzyAgoAbbr is an abbreviated version of FuzzyAgo. It returns a human readable string of the |
| 51 | // time duration between a and b that is estimated to the nearest unit of time. |
no outgoing calls
no test coverage detected