CalebQ42 / squashfs

A library to interact with Squashfs archives. Currently only has support for reading, but writing archives will probably come eventually.
MIT License
28 stars 9 forks source link

Support reading "." for fs.FS #6

Closed stffabi closed 2 years ago

stffabi commented 2 years ago

This supports e.g. using fs.WalkDir starting at the current directory with "."

CalebQ42 commented 2 years ago

Thanks!

stffabi commented 2 years ago

Awesome, thanks for merging.