From 3b2a9fa0994e9ad174fb97eb058bba93e0fd8571 Mon Sep 17 00:00:00 2001 From: David Banham Date: Mon, 4 Mar 2019 11:53:51 +1100 Subject: [PATCH] Add credit to original gist --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 5b9c2e0..2f06e34 100644 --- a/README.md +++ b/README.md @@ -27,3 +27,7 @@ fmt.Println(human_duration.String(longExample, "second") // 4 years 2 days ``` There are more examples in the [tests](https://github.com/davidbanham/human_duration/blob/master/main_test.go). + +## Credit + +Adapted and extended from (this gist)[https://gist.github.com/harshavardhana/327e0577c4fed9211f65]