From 8334404d32960a7eaf4d88eb371a7a12164511f9 Mon Sep 17 00:00:00 2001 From: Miguel Loureiro Date: Tue, 30 Aug 2016 19:05:12 +0100 Subject: [PATCH] Add Carbon, a simple time extension, ported from PHP Carbon library. (#1076) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a7c96862..feaeb10d 100644 --- a/README.md +++ b/README.md @@ -326,6 +326,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a *Libraries for working with dates and times.* +* [carbon](https://github.com/uniplaces/carbon) - A simple Time extension with a lot of util methods, ported from PHP Carbon library. * [durafmt](https://github.com/hako/durafmt) - A time duration formatting library for Go. * [go-persian-calendar](https://github.com/yaa110/go-persian-calendar) - The implementation of the Persian (Solar Hijri) Calendar in Go (golang). * [goweek](https://github.com/grsmv/goweek) - Library for working with week entity in golang.