From a898e4d5fc0c1df35475d8d69c1572ab11c3a917 Mon Sep 17 00:00:00 2001 From: "A. Stoewer" Date: Mon, 25 Nov 2019 22:07:33 +0100 Subject: [PATCH] Add package go-week to section 'Date and Time' (#2825) * Add package go-week to section Date and Time * Remove package goweek from section Date and Time Reasons for removal: - not actively maintained - less features than comparable packages - incorrect implementation to calculate the next week --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index de6ff8b2..a264af2c 100644 --- a/README.md +++ b/README.md @@ -544,7 +544,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [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. +* [go-week](https://github.com/stoewer/go-week) - An efficient package to work with ISO8601 week 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.