func TestHeap(t *testing.T) { … } func makeBatchCursor(v int64) *batchCursor { … } func heapDebugString(heap []*batchCursor) string { … } func checkHeap(t *testing.T, heap []*batchCursor) { … }
func TestHeap(t *testing.T) { … } func makeBatchCursor(v int64) *batchCursor { … } func heapDebugString(heap []*batchCursor) string { … } func checkHeap(t *testing.T, heap []*batchCursor) { … }