Codebase list golang-github-vbauerster-mpb / d678c48
(*Progress).Format comment update Vladimir Bauer 9 years ago
1 changed file(s) with 0 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
174174 }
175175
176176 // Format sets custom format for underlying bar(s).
177 // The format string, must consist of ASCII characters only.
178177 // The default one is "[=>-]"
179178 func (p *Progress) Format(format string) *Progress {
180179 if utf8.RuneCountInString(format) != 5 {