Codebase list golang-github-vbauerster-mpb / 95e52b7
same method receiver Vladimir Bauer 6 years ago
1 changed file(s) with 2 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
4747 return decorators
4848 }
4949
50 func (md *mergeDecorator) Sync() (chan int, bool) {
51 return md.wc.Sync()
50 func (d *mergeDecorator) Sync() (chan int, bool) {
51 return d.wc.Sync()
5252 }
5353
5454 func (d *mergeDecorator) Decor(st *Statistics) string {