Versions in this module Expand all Collapse all v1 v1.0.0 Jun 11, 2024 v0 v0.2.0 Jun 11, 2024 Changes in this version + type Bars struct + func NewBars() (*Bars, error) + func (b *Bars) Add(i int) + func (b *Bars) Done() + func (b *Bars) NewBar() (i int, err error) + func (b *Bars) Start(i, total int)