Codebase list golang-github-vbauerster-mpb / 4421c8c
Explain what is DSyncSpace Vladimir Bauer 8 years ago
2 changed file(s) with 6 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
8787 bar := p.AddBar(int64(total),
8888 mpb.PrependDecorators(
8989 decor.StaticName(name, 0, 0),
90 // DSyncSpace is shortcut for DwidthSync|DextraSpace
91 // means sync the width of respective decorator's column
92 // and prepend one extra space.
9093 decor.Percentage(3, decor.DSyncSpace),
9194 ),
9295 mpb.AppendDecorators(
2121 bar := p.AddBar(int64(total),
2222 mpb.PrependDecorators(
2323 decor.StaticName(name, 0, 0),
24 // DSyncSpace is shortcut for DwidthSync|DextraSpace
25 // means sync the width of respective decorator's column
26 // and prepend one extra space.
2427 decor.Percentage(3, decor.DSyncSpace),
2528 ),
2629 mpb.AppendDecorators(