schollz / progressbar

A really basic thread-safe progress bar for Golang applications
https://pkg.go.dev/github.com/schollz/progressbar/v3?tab=doc
MIT License
4.08k stars 220 forks source link

fix:fixed the bug that changMax isn't working. #193

Closed chengxilo closed 2 weeks ago

chengxilo commented 1 month ago

fix https://github.com/schollz/progressbar/issues/147. And more explanation can be seen at pr https://github.com/schollz/progressbar/pull/192 ,which was accidentally closed by me.🥲

schollz commented 2 weeks ago

Amazing, you are on a roll @luo-cheng-xi

schollz commented 2 weeks ago

Fixes #147