Versions in this module Expand all Collapse all v1 v1.0.0 Apr 11, 2024 Changes in this version + type RingGrowing struct + func NewRingGrowing(initialSize int) *RingGrowing + func (r *RingGrowing) ReadOne() (data interface{}, ok bool) + func (r *RingGrowing) WriteOne(data interface{})