Codebase list golang-github-vbauerster-mpb / 36f87ef
utilize new api Vladimir Bauer 3 years ago
1 changed file(s) with 2 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
2424 fmt.Fprintf(w, "Bar id: %d has been completed\n", s.ID)
2525 }
2626 }
27 bar := p.AddBar(int64(total), mpb.BarExtender(mpb.BarFillerFunc(efn)),
27 bar := p.AddBar(int64(total),
28 mpb.BarExtender(mpb.BarFillerFunc(efn), false),
2829 mpb.PrependDecorators(
2930 // simple name decorator
3031 decor.Name(name),