From a899376d3fcf2bfbbc1b7e557d500a64d504ae2a Mon Sep 17 00:00:00 2001 From: Duke Date: Mon, 7 Jul 2014 14:13:38 -0300 Subject: [PATCH] added "Date & Time" section, with "now" lib --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 5ca059da..ee408867 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a - [Testing](#testing) - [Audio](#audio) - [Video](#video) + - [Date & Time](#date--time) - [Game Development](#game-development) - [GUI](#gui) - [OpenGL](#opengl) @@ -264,6 +265,11 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [gst](https://github.com/ziutek/gst) - Go bindings for GStreamer. * [aac/h264](https://github.com/go-av/codec) - Golang aac/h264 encoder and decoder. +## Date & Time + +*Libraries for working with dates and times.* + +* [now](https://github.com/jinzhu/now) - Now is a time toolkit for golang. ## Game Development