Codebase list golang-github-vbauerster-mpb / b8578e3
TODO: call b.Bytes in separate goroutine Vladimir Bauer 9 years ago
1 changed file(s) with 1 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
212212 case SortBottom:
213213 sort.Sort(SortableBarSlice(bars))
214214 }
215 // TODO: pipelines?
215216 for _, b := range bars {
216217 buf := b.Bytes(width)
217218 buf = append(buf, '\n')