e302d986656860611aeca052acb9761ef1c3b9d6
Extracting files is threaded with goroutines. Extracting also sets the proper UID and GUID Made recursive children getting threaded with goroutines Decided I will allow wildcards in paths. Hasn't been implemented though. Fixed issues with ExtendedDirectory reading (I was using a uint16 instead of a uint32) I couldn't test basically any of this. somehow a for loop isn't incrementing. For seemingly no reason.
squashfs 
A PURE Go library to read and write squashfs.
Currently, you can read a squashfs and extract files (folder extraction not supported. Yet).
Special thanks to https://dr-emann.github.io/squashfs/ for some VERY important information in an easy to understand format. Thanks also to distri's squashfs library as I referenced it to figure some things out (and double check others).
TODO
Where I'm at
- Working on the File interface that should make it easier to deal with squashfs files. I'm also trying to make them capable for when I get squashing working.
Description
Releases
55
Minor `read` fix
Latest
Languages
Go
100%