golang-github-armon-circbuf-dev

Golang circular (ring) buffer
  https://github.com/armon/circbuf
  0
  no reviews



This package provides the circbuf go library. this provides a buffer object which is a circular (or ring) buffer. it has a fixed size, but can be written to infinitely. only the last size bytes are ever retained. the buffer implements the io.writer interface.

this package contains the source.