From f7cc57096050af8cce1c81afa835b4f4fe5b8c5a Mon Sep 17 00:00:00 2001 From: Kyoung-chan Lee Date: Mon, 3 Aug 2015 11:41:06 +0900 Subject: [PATCH] Add timeutil. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b9f6ad41..a797d560 100644 --- a/README.md +++ b/README.md @@ -259,6 +259,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a *Libraries for working with dates and times.* * [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