Skip to content

Commit

Permalink
- time comparator fmt and documentation update
Browse files Browse the repository at this point in the history
  • Loading branch information
emirpasic committed Mar 3, 2017
1 parent bbaf5d1 commit 9e8ccee
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 9e8ccee

Please sign in to comment.