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
This commit is contained in:
Joseph Taylor 2018-01-11 18:47:43 -06:00 committed by Bo-Yi Wu
parent 49225ceb6c
commit a6d77ed797

View File

@ -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. * [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. * [now](https://github.com/jinzhu/now) - Now is a time toolkit for golang.
* [NullTime](https://github.com/kirillDanshin/nulltime) - Nullable `time.Time`. * [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. * [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. * [tuesday](https://github.com/osteele/tuesday) - Ruby-compatible Strftime function.