Install golang-github-armon-circbuf-dev by entering the following commands in the terminal:
sudo apt update sudo apt install golang-github-armon-circbuf-dev
Description:
Golang circular (ring) buffer
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.
Homepage: https://github.com/armon/circbuf
Version: 0.0~git20150827.0.bbbad09-1
Section: universe/devel