Versions in this module Expand all Collapse all v0 v0.1.8 Dec 13, 2024 Changes in this version + type Bar struct + func NewProgressBar(start, total int) *Bar + func (bar *Bar) Finish() + func (bar *Bar) Play(cur int)