fix: FormatMsg
Vladimir Bauer
6 years ago
| 59 | 59 |
}
|
| 60 | 60 |
|
| 61 | 61 |
func (d *countersDecorator) Decor(st *Statistics) string {
|
| 62 | |
return d.producer(st)
|
|
62 |
return d.FormatMsg(d.producer(st))
|
| 63 | 63 |
}
|
| 64 | 64 |
|
| 65 | 65 |
func chooseSizeProducer(unit int, format string) func(*Statistics) string {
|