UnnoTed / fileb0x

a better customizable tool to embed files in go; also update embedded files remotely without restarting the server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Some errors from vbauerster/mpb

appleboy opened this issue · comments

+ make generate
# github.com/UnnoTed/fileb0x/updater
/go/src/github.com/UnnoTed/fileb0x/updater/updater.go:231:9: p.Stop undefined (type *mpb.Progress has no field or method Stop)
/go/src/github.com/UnnoTed/fileb0x/updater/updater.go:268:5: undefined: decor.Name
/go/src/github.com/UnnoTed/fileb0x/updater/updater.go:279:7: bar.Incr undefined (type *mpb.Bar has no field or method Incr)

See vbauerster/mpb@23769ee