//
pkg.gl
Category
github.com/weedge/lib
container
ringbuf
package
0.0.0-20230424045628-a36dcc1d90e4
Repository:
https://github.com/weedge/lib.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
4
Dependents
0
Files
216 SLOC
#
Functions
NewRingBuf
No description provided by the author
#
Variables
ErrOutOfRange
No description provided by the author
#
Structs
RingBuf
Ring buffer has a fixed size, when data exceeds the size, old data will be overwritten by new data.