Merge pull request #516 from leekchan/master

Add timeutil.
This commit is contained in:
Duke 2015-08-03 22:34:12 -03:00
commit b62a5e0221

View File

@ -259,6 +259,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a
*Libraries for working with dates and times.* *Libraries for working with dates and times.*
* [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.
* [timeutil](https://github.com/leekchan/timeutil) - Useful extensions (Timedelta, Strftime, ...) to the golang's time package.
## Distributed Systems ## Distributed Systems