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
When checking bigger folders, thousands separators within the status/progress would be really helpful. While other printf implementations support %'i for this pourpose, stackoverflow states that golang cannot do it on its own. (But they also mention several workarounds.)
The text was updated successfully, but these errors were encountered:
When checking bigger folders, thousands separators within the status/progress would be really helpful. While other printf implementations support
%'i
for this pourpose, stackoverflow states that golang cannot do it on its own. (But they also mention several workarounds.)The text was updated successfully, but these errors were encountered: