func github.com/emirpasic/gods/trees/binaryheap.NewWith

2 uses

	github.com/emirpasic/gods/trees/binaryheap (current package)
		binaryheap.go#L33: func NewWith(comparator utils.Comparator) *Heap {

	github.com/go-git/go-git/v5/plumbing/object
		commit_walker_ctime.go#L36: 	heap := binaryheap.NewWith(func(a, b interface{}) int {