From 9e8ccee73d6de5ce4d67b8642199b887eff1e36e Mon Sep 17 00:00:00 2001 From: Emir Pasic Date: Fri, 3 Mar 2017 23:28:12 +0100 Subject: [PATCH] - time comparator fmt and documentation update --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 1afbecd..3ba27df 100644 --- a/README.md +++ b/README.md @@ -771,6 +771,8 @@ func Float64Comparator(a, b interface{}) int func ByteComparator(a, b interface{}) int func RuneComparator(a, b interface{}) int + +func TimeComparator(a, b interface{}) int ``` Writing custom comparators is easy: