Versions in this module Expand all Collapse all v1 v1.0.4 Dec 31, 2025 v1.0.3 Dec 30, 2025 Changes in this version + type ZipFS struct + func NewZipFS(r *zip.Reader) *ZipFS + func (z *ZipFS) Open(name string) (fs.File, error) + type ZipFile struct + func (f *ZipFile) Close() error + func (f *ZipFile) Read(b []byte) (int, error) + func (f *ZipFile) Seek(offset int64, whence int) (int64, error) + func (f *ZipFile) Stat() (fs.FileInfo, error)