Codebase list golang-github-vbauerster-mpb / 878520f
README update some comments Vladimir Bauer 9 years ago
2 changed file(s) with 4 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
4747
4848 total := 100
4949 name := "Single Bar:"
50 // Add a bar. You're not limited to just one bar, add many if you need.
50 // Add a bar
51 // You're not limited to just a single bar, add as many as you need
5152 bar := p.AddBar(int64(total),
5253 // Prepending decorators
5354 mpb.PrependDecorators(
1919
2020 total := 100
2121 name := "Single Bar:"
22 // Add a bar. You're not limited to just one bar, add many if you need.
22 // Add a bar
23 // You're not limited to just a single bar, add as many as you need
2324 bar := p.AddBar(int64(total),
2425 // Prepending decorators
2526 mpb.PrependDecorators(