go-webpbin icon indicating copy to clipboard operation
go-webpbin copied to clipboard

undefined: archiver.SupportedFormats

Open cescoferraro opened this issue 6 years ago • 4 comments

../vendor/github.com/nickalie/go-binwrapper/binwrapper.go:341:20: undefined: archiver.SupportedFormats ../vendor/github.com/nickalie/go-binwrapper/binwrapper.go:354:12: arc.Open undefined (type archiver.Archiver has no field or method Open)

cescoferraro avatar Nov 28 '18 16:11 cescoferraro

Same issue here, is there any progress to this?

$ go get -u github.com/nickalie/go-webpbin
# github.com/nickalie/go-binwrapper
../../nickalie/go-binwrapper/binwrapper.go:341:20: undefined: archiver.SupportedFormats
../../nickalie/go-binwrapper/binwrapper.go:354:12: arc.Open undefined (type archiver.Archiver has no field or method Open)

mjarkk avatar Jan 14 '19 13:01 mjarkk

I've created a fork of this repo with a fix here if someone is interested: https://github.com/mjarkk/go-webpbin/
NOTE: i have not dune any testing outside of my personal project

mjarkk avatar Jan 14 '19 13:01 mjarkk

@mjarkk, thanks! Could you please create PR?

nickalie avatar Jan 14 '19 13:01 nickalie

I haven't touched this package it was more that i needed to change the imports.
I'll create a PR based on this issue: https://github.com/nickalie/go-binwrapper/issues/1

mjarkk avatar Jan 14 '19 14:01 mjarkk