Hello,
I'm using the example provided on the container/heap documentation page to have a PriorityQueue but it doesn't work as expected.
I have posted a detailed case on stackoverflow (link below). Is there something I'm missing or is there really a problem with the way the priority queue works ?
http://stackoverflow.com/questions/30171451/ordering-issue-with-a-golang-heap-interface-priorityqueue-the-heap-fix-doesn
Thanks !