Documentation ¶ Index ¶ func New(fsys fs.FS) fs.FS Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func New ¶ func New(fsys fs.FS) fs.FS New returns an fs.FS that strips single-directory prefixes and performs case-insensitive lookups against the given filesystem. If fsys is already a *cleanFS, it is returned as-is (idempotent). Types ¶ This section is empty. Source Files ¶ View all Source files cleanfs.go Click to show internal directories. Click to hide internal directories.