From 5a77762581061d77819aa12b45a0c4ed148c4ab6 Mon Sep 17 00:00:00 2001 From: Navid Date: Sun, 31 Jan 2016 22:41:26 +0330 Subject: [PATCH 1/2] Add go-persian-calendar to Date & Time `go-persian-calendar` was appended to `Date & Time` libraries --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e4b1e0a..e034bf3 100644 --- a/README.md +++ b/README.md @@ -304,6 +304,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [goweek](https://github.com/grsmv/goweek) - Library for working with week entity in golang. * [now](https://github.com/jinzhu/now) - Now is a time toolkit for golang. * [timeutil](https://github.com/leekchan/timeutil) - Useful extensions (Timedelta, Strftime, ...) to the golang's time package. +* [go-persian-calendar](https://github.com/yaa110/go-persian-calendar) - The implementation of the Persian (Solar Hijri) Calendar in Go (golang). ## Distributed Systems From 5a072ed9bedef2a832fdf720e7b7e4f1b79a26d2 Mon Sep 17 00:00:00 2001 From: Navid Date: Sun, 31 Jan 2016 22:45:33 +0330 Subject: [PATCH 2/2] Sort alphabetically --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e034bf3..076b792 100644 --- a/README.md +++ b/README.md @@ -301,10 +301,10 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a *Libraries for working with dates and times.* +* [go-persian-calendar](https://github.com/yaa110/go-persian-calendar) - The implementation of the Persian (Solar Hijri) Calendar in Go (golang). * [goweek](https://github.com/grsmv/goweek) - Library for working with week entity in golang. * [now](https://github.com/jinzhu/now) - Now is a time toolkit for golang. * [timeutil](https://github.com/leekchan/timeutil) - Useful extensions (Timedelta, Strftime, ...) to the golang's time package. -* [go-persian-calendar](https://github.com/yaa110/go-persian-calendar) - The implementation of the Persian (Solar Hijri) Calendar in Go (golang). ## Distributed Systems