An easy to use float64 and string ringbuffer for use in the application backend, with examples!
This represents an easy way to instantiate and use a string ring buffer or float64 ring buffer in your application.
go get -u github.com/keithknott26/easyringbuffer
import "github.com/keithknott26/easyringbuffer"
(see example/main.go for usage example)