## pqueue - Simple Go priority queue ##

pqueue is a very simple priority queue that satisfies the container/heap and
sort interfaces from the Go standard library.

### Install ###

    go get github.com/gnanderson/pqueue

### Usage ###

	see doc/example.go

