Package reltime implements a “time ago” algorithm. https://code.soquee.net/reltime/
Go to file
Sam Whited dc588f3e21
.github: disable mirroring
Signed-off-by: Sam Whited <sam@samwhited.com>
2022-07-17 07:01:58 -04:00
.github/workflows .github: disable mirroring 2022-07-17 07:01:58 -04:00
CONTRIBUTING.md Initial public release 2019-05-27 00:21:37 -05:00
LICENSE Initial public release 2019-05-27 00:21:37 -05:00
README.md Initial public release 2019-05-27 00:21:37 -05:00
go.mod Initial public release 2019-05-27 00:21:37 -05:00
reltime.go Initial public release 2019-05-27 00:21:37 -05:00
reltime_example_test.go Initial public release 2019-05-27 00:21:37 -05:00
reltime_test.go Initial public release 2019-05-27 00:21:37 -05:00

README.md

reltime

Package reltime implements a "time ago" algorithm.

import (
	"code.soquee.net/reltime"
)

License

The package may be used under the terms of the BSD 2-Clause License a copy of which may be found in the LICENSE file.

Unless you explicitly state otherwise, any contribution submitted for inclusion in the work by you shall be licensed as above, without any additional terms or conditions.