diskfs / go-diskfs

MIT License
494 stars 112 forks source link

squashfs: implement a way to read the target of symlinks #203

Closed ncw closed 8 months ago

ncw commented 8 months ago

This implements a way to read the target of symlinks as discussed in #200

It is divided into two parts, the first a bit of refactoring, then the second the implementation of the new method.