Versions in this module Expand all Collapse all v1 v1.0.1 May 27, 2025 Changes in this version + type Progress struct + Writer io.Writer + func NewProgress(total uint64) *Progress + func (p *Progress) Progress(width int) string + func (p *Progress) SetTotal(total uint64) + func (p *Progress) Total() uint64 + func (p *Progress) Write(v []byte) (int, error) + func (p *Progress) Written() uint64