Codebase list golang-github-vbauerster-mpb / 2ac8cf2
edit comment Vladimir Bauer 6 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
128128 }
129129
130130 // BarStyle overrides mpb.DefaultBarStyle which is "[=>-]<+".
131 // It's ok to pass string containing 5 runes only, for example "╢▌▌░╟",
131 // It's ok to pass string containing just 5 runes, for example "╢▌▌░╟",
132132 // if you don't need to override '<' (reverse tip) and '+' (refill rune).
133133 func BarStyle(style string) BarOption {
134134 if style == "" {