Codebase list golang-github-vbauerster-mpb / 90766f1
consistent godoc Vladimir Bauer 7 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
202202 b.arbitraryCurrent.Unlock()
203203 }
204204
205 // Increment is a shorthand for b.IncrInt64(1).
205 // Increment is a shorthand for b.IncrInt64(1, wdd...).
206206 func (b *Bar) Increment(wdd ...time.Duration) {
207207 b.IncrInt64(1, wdd...)
208208 }