mirror of
https://github.com/emirpasic/gods.git
synced 2026-06-14 16:06:42 +03:00
9f3e98d84a
go test -run=NO_TEST -bench . -benchmem -benchtime 1s
This command gives an error (panic: interface conversion: interface {} is int, not priorityqueue.Element) and to fix this enqueue(n)s changed to enqueu(Element{})s.