You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Many thanks for the interest in my code. The code is not even alpha right now. Currently the software contains working code for the LZMA method. This is the core compression method used by xz file format. But actually xz is using LZMA2 that contains chunks of LZMA compressed data. So I'm working currently on LZMA2.
When the code will be complete, I will provide examples on how to create and decompress tar files in Go.
Trying to discover how to extract tar.xz files. Is this possible?
The text was updated successfully, but these errors were encountered: