package
0.0.0-20240916140616-558c04120a4e
Repository: https://github.com/cloudflare/golibs.git
Documentation: pkg.go.dev
# README
CircularBuffer
A golang
implementation of circular buffer data structure. It can be
used as a fixed size queue or stack.
To install:
go get github.com/cloudflare/golibs/circularbuffer
To test:
cd $GOPATH/src/github.com/cloudflare/golibs/circularbuffer
make test