Codebase list golang-github-vbauerster-mpb / 9382fa5
godoc upd Vladimir Bauer 7 years ago
1 changed file(s) with 1 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
109109 }
110110
111111 // Add creates a bar which renders itself by provided filler.
112 // Set total to 0, if you plan to update it later.
112113 func (p *Progress) Add(total int64, filler Filler, options ...BarOption) *Bar {
113114 if filler == nil {
114115 filler = newDefaultBarFiller()