Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 424 Bytes

File metadata and controls

17 lines (13 loc) · 424 Bytes

easyringbuffer

An easy to use float64 and string ringbuffer for use in the application backend, with examples!

Description

This represents an easy way to instantiate and use a string ring buffer or float64 ring buffer in your application.

Downloading

go get -u github.com/keithknott26/easyringbuffer

Usage

import "github.com/keithknott26/easyringbuffer"

(see example/main.go for usage example)