Versions in this module Expand all Collapse all v0 v0.2.0 Aug 14, 2022 Changes in this version type Process + func (p *Process) IncTotal() + func (p *Process) IncValue() v0.1.0 Aug 14, 2022 Changes in this version + type Process struct + Cancel func() + Format string + Len int + Prefix string + Total float64 + W io.Writer + func (p *Process) Done() + func (p *Process) Increment() + func (p *Process) SetFormat(format string) + func (p *Process) SetLen(n int) + func (p *Process) SetPrefix(prefix string) + func (p *Process) SetTotal(v float64) + func (p *Process) SetValue(v float64) + func (p *Process) SetWriter(w io.Writer)