Baike.dev
All toolsAI codingTrendingOpen sourceNewsSubmit
Log in
Back to tool/Back to issues
#202·go-datastructures

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

Author: ooepayCreated Mar 12, 2019Updated Mar 12, 2019

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

Source: Workiva/go-datastructures

View original on GitHubView discussion on GitHub