vbauerster / mpb

multi progress bar for Go cli applications
The Unlicense
2.31k stars 123 forks source link

bar.DecoratorEwmaUpdate doesn't show up in latest module #62

Closed sedmo closed 4 years ago

sedmo commented 4 years ago

I was able to resolve this by

  1. updating Go to 1.14
  2. using v5 of code

BEFORE image

image

AFTER image

image

vbauerster commented 4 years ago

I changed API slightly because ewma related api was confusing in v4 (#59, #46). Major version increase indicates incompatible API change as per semver. I assume you tried to use v5 api while importing v4, which of course won't work. As you already pointed out correct resolution, I'm closing this one.