(*Progress).Format comment update
Vladimir Bauer
9 years ago
| 174 | 174 |
}
|
| 175 | 175 |
|
| 176 | 176 |
// Format sets custom format for underlying bar(s).
|
| 177 | |
// The format string, must consist of ASCII characters only.
|
| 178 | 177 |
// The default one is "[=>-]"
|
| 179 | 178 |
func (p *Progress) Format(format string) *Progress {
|
| 180 | 179 |
if utf8.RuneCountInString(format) != 5 {
|