Files
squashfs/README.md
T
Caleb Gardner cea69188d4 Symlink file support
You can get the path that the symlink is pointing to, AND get the squashfs.File for it.
You can also now give a path FROM a given squashfs.File directory.
2020-11-28 02:22:48 -06:00

828 B

squashfs PkgGoDev

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.