From c8aa2308b58cef68a4140322e1b0aea7217a1107 Mon Sep 17 00:00:00 2001 From: Adam Woodbeck Date: Mon, 12 Feb 2018 07:32:52 -0500 Subject: [PATCH] Add strftime (#1801) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d0c8deef..991738b1 100644 --- a/README.md +++ b/README.md @@ -413,6 +413,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`. +* [strftime](https://github.com/awoodbeck/strftime) - C99-compatible strftime formatter. * [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.