some doc comments
Vladimir Bauer
9 years ago
| 37 | 37 |
f DecoratorFunc
|
| 38 | 38 |
}
|
| 39 | 39 |
|
|
40 |
// PrependName prepends name argument to the bar.
|
|
41 |
// The conf argument defines the formatting properties
|
| 40 | 42 |
func (b *Bar) PrependName(name string, minWidth int, conf byte) *Bar {
|
| 41 | 43 |
format := "%%"
|
| 42 | 44 |
if (conf & DidentRight) != 0 {
|