From 90eeb53eb443c7d70b45319e8d600d8917988395 Mon Sep 17 00:00:00 2001 From: Kyoung-chan Lee Date: Sun, 2 Aug 2015 12:31:30 +0900 Subject: [PATCH] Add GoDoc reference. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ccbfa30..4e2dd2b 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # timeutil - useful extensions to the golang's time package [![Build Status](https://travis-ci.org/leekchan/timeutil.svg?branch=master)](https://travis-ci.org/leekchan/timeutil) [![Coverage Status](https://coveralls.io/repos/leekchan/timeutil/badge.svg?branch=master&service=github)](https://coveralls.io/github/leekchan/timeutil?branch=master) +[![GoDoc](https://godoc.org/github.com/leekchan/timeutil?status.svg)](https://godoc.org/github.com/leekchan/timeutil) timeutil provides useful extensions (Timedelta, Strftime, ...) to the golang's time package.