Codebase list golang-github-vbauerster-mpb / 0173434
fix test Vladimir Bauer 7 years ago
1 changed file(s) with 1 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
99 "time"
1010 "unicode/utf8"
1111
12 "github.com/vbauerster/mpb"
1312 . "github.com/vbauerster/mpb/v4"
1413 "github.com/vbauerster/mpb/v4/decor"
1514 )
124123 total := 50
125124
126125 bar := p.AddBar(int64(total),
127 mpb.BarRemoveOnComplete(),
126 BarRemoveOnComplete(),
128127 AppendDecorators(decor.Percentage()),
129128 )
130129