From b6254d1cf6d02993788bdaf0a2a0de56ca4f804b Mon Sep 17 00:00:00 2001 From: Nathan Osman Date: Tue, 21 Nov 2017 17:56:30 -0800 Subject: [PATCH] Add go-sunrise. (#1692) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 33f1645c..c81ad271 100644 --- a/README.md +++ b/README.md @@ -397,6 +397,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [durafmt](https://github.com/hako/durafmt) - Time duration formatting library for Go. * [feiertage](https://github.com/wlbr/feiertage) - Set of functions to calculate public holidays in Germany, incl. specialization on the states of Germany (Bundesländer). Things like Easter, Pentecost, Thanksgiving... * [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. * [now](https://github.com/jinzhu/now) - Now is a time toolkit for golang. * [NullTime](https://github.com/kirillDanshin/nulltime) - Nullable `time.Time`.