We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 877b284 commit d601210Copy full SHA for d601210
_examples/barExtenderRev/main.go
@@ -70,10 +70,10 @@ func main() {
70
),
71
)
72
73
- tb.SetTotal(int64(total), false)
+ tb.SetTotal(total, false)
74
75
for _, t := range tasks {
76
- atomic.StoreUint32(&curTask, uint32(t.id))
+ atomic.StoreUint32(&curTask, t.id)
77
complete(tb, t)
78
atomic.AddUint32(&doneTasks, 1)
79
}
0 commit comments