gocontainers — Containers for Go CircularBuffer is a fast and easy to use implementation of a circular buffer. Unlike Ring, CircularBuffer provides FIFO interface (Push/Pop). Installation go get github.com/rvncerr/gocontainers/...