Codebase list golang-github-vbauerster-mpb / 8639805
remove unused structs Vladimir Bauer 9 years ago
1 changed file(s) with 0 addition(s) and 8 deletion(s). Raw diff Collapse all Expand all
5353 func (s *Statistics) eta() time.Duration {
5454 return time.Duration(s.Total-s.Completed) * s.TimePerItemEstimate
5555 }
56
57 // type redrawRequest struct {
58 // respCh chan []byte
59 // }
60
61 // type progressRequest struct {
62 // respCh chan int
63 // }
6456
6557 func newBar(total, width int, wg *sync.WaitGroup) *Bar {
6658 b := &Bar{