- time comparator fmt and documentation update

pull/50/merge v1.7.0
Emir Pasic 7 years ago
parent bbaf5d1c57
commit 9e8ccee73d

@ -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:

Loading…
Cancel
Save