UnnoTed / fileb0x

a better customizable tool to embed files in go; also update embedded files remotely without restarting the server
MIT License
634 stars 53 forks source link

mpb.New().SetWidth and bar.Completed are undefined #13

Closed nathan-osman closed 7 years ago

nathan-osman commented 7 years ago

I am receiving compilation errors with the latest revision:

src/github.com/UnnoTed/fileb0x/updater/updater.go:225: mpb.New().SetWidth undefined (type *mpb.Progress has no field or method SetWidth)
src/github.com/UnnoTed/fileb0x/updater/updater.go:333: bar.Completed undefined (type *mpb.Bar has no field or method Completed)
UnnoTed commented 7 years ago

Fixed, run go get -u github.com/UnnoTed/fileb0x.