Timeago is a fast and lightweight date time package that converts given date into human readable "n time ago" format in different languages, such as 馃嚞馃嚙 馃嚪馃嚭 馃嚭馃嚘 馃嚦馃嚤 馃嚛馃嚜 馃嚚馃嚦 馃嚙馃嚲 馃嚜馃嚫 馃嚡馃嚨 馃嚝馃嚪.
Moved to https://codeberg.org/timeago/timeago
To upgrade to the new location and receive updates, change all of your references in Go files from GitHub to Codeberg:
go get codeberg.org/timeago/timeago/v3Change imports in source:
- github.com/SerhiiCho/timeago/v3
+ codeberg.org/timeago/timeago/v3After all references are changed, run tidy command:
go mod tidy

