Workiva/go-datastructures

q.Get error, runtime error: hash of unhashable type

ooepay opened this issue · 0 comments

q := queue.NewPriorityQueue(1, true)
q.Put(buffersItem{data, priority})
result, err := q.Get(1)