From 6fcb092aae488fa1b62b061acd153af742036a31 Mon Sep 17 00:00:00 2001 From: Jason Kingsbury Date: Wed, 5 Dec 2018 01:54:50 +0000 Subject: [PATCH] Added iso601 (#2250) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4378fd98..32bcf9d2 100644 --- a/README.md +++ b/README.md @@ -451,6 +451,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [go-persian-calendar](https://github.com/yaa110/go-persian-calendar) - The implementation of the Persian (Solar Hijri) Calendar in Go (golang). * [go-sunrise](https://github.com/nathan-osman/go-sunrise) - Calculate the sunrise and sunset times for a given location. * [goweek](https://github.com/grsmv/goweek) - Library for working with week entity in golang. +* [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. * [NullTime](https://github.com/kirillDanshin/nulltime) - Nullable `time.Time`.