Hello,
thanks for this library.
I use this to have a progress bar when I read a file, but I have a little bug.
I call file.Stat() to have the file size and I put on progressbar.

The problem is that the size value I pass as a parameter and the size displayed in the progress bar are not the same.
The size file is 159MB but the progress bar display 152MB.

I don't know why this difference exist.
Also, If i call bar.Finish() on the end of my process, the total size become huge.

Hello,


thanks for this library.
I use this to have a progress bar when I read a file, but I have a little bug.
I call
file.Stat()to have the file size and I put on progressbar.The problem is that the size value I pass as a parameter and the size displayed in the progress bar are not the same.
The size file is 159MB but the progress bar display 152MB.
I don't know why this difference exist.
Also, If i call

bar.Finish()on the end of my process, the total size become huge.