A simple, generic, thread-safe implementation of double-ended queue in Go.
Install go-deque
by executing the following command.
go get -v gopkg.in/dnaeon/go-deque.v1
See the included test cases for some examples.
Run the tests.
make test
go-deque
is Open Source and licensed under the BSD
License.