Codebase list golang-github-vbauerster-mpb / 0a3519b
remove spaces Vladimir Bauer 8 years ago
1 changed file(s) with 3 addition(s) and 3 deletion(s). Raw diff Collapse all Expand all
219219 // For example expected progress duration is one hour.
220220 // age = 3600 / 2
221221 //
222 // `startBlock` is channel, user suppose to send time.Now() on each iteration of block start.
223 //
224 // `wc` optional WC config
222 // `startBlock` is channel, user suppose to send time.Now() on each iteration of block start.
223 //
224 // `wc` optional WC config
225225 func ETA(style int, age float64, startBlock chan time.Time, wc ...WC) Decorator {
226226 var wc0 WC
227227 if len(wc) > 0 {