Skip to content
This repository was archived by the owner on Aug 11, 2026. It is now read-only.

Latest commit

History

History
30 lines (21 loc) 路 1.53 KB

File metadata and controls

30 lines (21 loc) 路 1.53 KB

golang

Go Build Status Build Status Scrutinizer Code Quality GitHub

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/v3

Change imports in source:

- github.com/SerhiiCho/timeago/v3
+ codeberg.org/timeago/timeago/v3

After all references are changed, run tidy command:

go mod tidy