You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Doing something pretty simple here and I'm not sure why the display is wrong. [--------------------------------------------------------------------] 38/3805-------] 0/3805
uiprogress.Start()
bar := uiprogress.AddBar(filesCount)
bar.AppendFunc(func(b *uiprogress.Bar) string {
return fmt.Sprintf("%d/%d", b.Current(), b.Total)
})
for _, file := range files {
//process
bar.Incr()
}
The text was updated successfully, but these errors were encountered:
Doing something pretty simple here and I'm not sure why the display is wrong.
[--------------------------------------------------------------------] 38/3805-------] 0/3805
The text was updated successfully, but these errors were encountered: