We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FromNow()
I would like to have something like this: https://gist.github.com/davidrleonard/259fe449b1ec13bf7d87cde567ca0fde
func FromNow(time time.Time) string
The func HowLongAgo(sec int64) string is not quite enough expressions.
func HowLongAgo(sec int64) string
The text was updated successfully, but these errors were encountered:
✨ feat: timex - add FromNow() and update HowLongAgo logic. issues #108
d075abe
- and add more unit test cases
added new func: timex.FromNow(t time.Time) string.
timex.FromNow(t time.Time) string
Released on version v0.6.11
Sorry, something went wrong.
That was quick. Thanks!
inhere
No branches or pull requests
I would like to have something like this:
https://gist.github.com/davidrleonard/259fe449b1ec13bf7d87cde567ca0fde
func FromNow(time time.Time) string
The
func HowLongAgo(sec int64) string
is not quite enough expressions.The text was updated successfully, but these errors were encountered: