TarFS
March 11, 2017 ยท View on GitHub
A wrapper around tar.Reader.
- Implements the
FileSysteminterface for tar files. - Adds an
Openmethod, that enables reading of file according to its' path.
Get
go get -u github.com/posener/tarfs
Example
See the example.