From 4aac52d683d8a3dd6c0dbc1886945cf0be679b14 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felipe=20Zipitr=C3=ADa?= Date: Sat, 27 Mar 2021 08:56:40 -0300 Subject: [PATCH] feat(date): add gostradamus (#3534) Signed-off-by: Felipe Zipitria --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e7c1de38..6448a0c4 100644 --- a/README.md +++ b/README.md @@ -611,6 +611,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [go-str2duration](https://github.com/xhit/go-str2duration) - Convert string to duration. Support time.Duration returned string and more. * [go-sunrise](https://github.com/nathan-osman/go-sunrise) - Calculate the sunrise and sunset times for a given location. * [go-week](https://github.com/stoewer/go-week) - An efficient package to work with ISO8601 week dates. +* [gostradamus](https://github.com/bykof/gostradamus) - A Go package for working with dates. * [iso8601](https://github.com/relvacode/iso8601) - Efficiently parse ISO8601 date-times without regex. * [kair](https://github.com/GuilhermeCaruso/kair) - Date and Time - Golang Formatting Library. * [now](https://github.com/jinzhu/now) - Now is a time toolkit for golang.