Versions in this module Expand all Collapse all v0 v0.0.2 Dec 18, 2020 Changes in this version + type Archive struct + Files []File + func OpenArchive(r io.ReaderAt, size int64) (*Archive, error) + type File struct + func (f *File) Data() ([]byte, error) + func (f *File) Path() string