BarExtender godoc update
Vladimir Bauer
5 years ago
| 103 | 103 |
}
|
| 104 | 104 |
}
|
| 105 | 105 |
|
| 106 | |
// BarExtender is an option to extend bar to the next new line, with
|
| 107 | |
// arbitrary output.
|
|
106 |
// BarExtender provides a way to extend bar to the next new line.
|
| 108 | 107 |
func BarExtender(filler BarFiller) BarOption {
|
| 109 | 108 |
if filler == nil {
|
| 110 | 109 |
return nil
|