# README
A priority queue written in Go that signals using channels
Installation 
go get -v -u github.com/caffix/queue@master
Licensing 
This program is free software: you can redistribute it and/or modify it under the terms of the Apache license.
# Functions
NewQueue returns an initialized Queue.
# Constants
The priority levels for the priority Queue.
The priority levels for the priority Queue.
The priority levels for the priority Queue.
The priority levels for the priority Queue.
# Interfaces
Queue implements a FIFO data structure that can support priorities.