# README
go-diskqueue
A Go package providing a filesystem-backed FIFO queue
Pulled out of https://github.com/nsqio/nsq
# Functions
New instantiates an instance of diskQueue, retrieving metadata from the filesystem and starting the read ahead goroutine.