go-datastructures
go-datastructures copied to clipboard
q.Get error, runtime error: hash of unhashable type
q := queue.NewPriorityQueue(1, true) q.Put(buffersItem{data, priority}) result, err := q.Get(1)