go-tarfs
go-tarfs copied to clipboard
Go lang tar http.FileSystem
tarfs
In-memory http.FileSystem from tar archives.
Why?
If you have multiple assets for your program that you don't want to embed them in your binary but still want an easier way to ship them along your binary, tarfs is your friend.
Usage
See the GoDoc
Contributing
Please consider opening an issue first, or just send a pull request. :)
Credits
See Contributors.
LICENSE
MIT.
TODO
- Add more tests
