Versions in this module Expand all Collapse all v1 v1.13.12 Feb 9, 2025 Changes in this version + func Matched(patterns []string, fullName, dir, fname string, isDir bool) bool + func New(fs http.FileSystem, filter FilterFunc) http.FileSystem + func Select(fs http.FileSystem, patterns ...string) http.FileSystem + func Selected(patterns []string, name string, isDir bool) bool + type DirEntry interface + IsDir func() bool + Name func() string + type FilterFunc = func(name string, fi DirEntry) bool