lzmadec icon indicating copy to clipboard operation
lzmadec copied to clipboard

Decompress .7z files in Go using 7z executable

Results 3 lzmadec issues
Sort by recently updated
recently updated
newest added

If you have an encrypted archive with the wrong password, and call archive.GetFileReader(path) instead of giving an error in go, this code simply returns an empty reader. At the very...

I try to start basic example but I get error ***lzmadec.NewArchive('7z.7z') failed with 'unexpected number of lines' exit status 1*** What i did wrong?

Maybe go7z provides the desired functionality? https://github.com/saracen/go7z