Codebase list golang-github-vbauerster-mpb / e227edc
Bar.Complete godoc fix Vladimir Bauer 8 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
263263 }
264264 }
265265
266 // Complete stops bar's progress tracking, but not removes the bar.
266 // Complete stops bar's progress tracking, but doesn't remove the bar.
267267 // If you need to remove, call Progress.RemoveBar(*Bar) instead.
268268 func (b *Bar) Complete() {
269269 b.once.Do(func() {