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.
New returns an http.FileSystem that holds all the files in the tar,
It reads the whole archive from the Reader. It is the caller's responsibility to call Close on the Reader when done.