From a6d77ed797772c3915b59147de6e0ed97893c0d1 Mon Sep 17 00:00:00 2001 From: Joseph Taylor Date: Thu, 11 Jan 2018 18:47:43 -0600 Subject: [PATCH] Add Timespan package (#1757) * Add Timespan package Timespan is a Go library for interacting with intervals of time, defined as a start time and a duration. * Alphabetical order --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 02c95231..90dddaa2 100644 --- a/README.md +++ b/README.md @@ -409,6 +409,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. * [NullTime](https://github.com/kirillDanshin/nulltime) - Nullable `time.Time`. +* [timespan](https://github.com/SaidinWoT/timespan) - For interacting with intervals of time, defined as a start time and a duration. * [timeutil](https://github.com/leekchan/timeutil) - Useful extensions (Timedelta, Strftime, ...) to the golang's time package. * [tuesday](https://github.com/osteele/tuesday) - Ruby-compatible Strftime function.