Versions in this module Expand all Collapse all v1 v1.0.0 Feb 26, 2025 Changes in this version + type File = packd.File + func NewDir(name string) (File, error) + func NewFile(name string, b []byte) (File, error) + func NewFileR(name string, r io.Reader) (File, error) + type FileMappable interface + FileMap func() map[string]File