Versions in this module Expand all Collapse all v0 v0.4.0 Oct 1, 2021 Changes in this version + type Options struct + DirectoriesOnly bool + MatchExtension string + MatchRegex *regexp.Regexp + Recursive bool + RegularFilesOnly bool + ReverseSortByRecentModTime bool + SortByRecentModTime bool + StopAtFirstMatch bool v0.3.0 Oct 1, 2021 Changes in this version + type FindOptions struct + DirectoriesOnly bool + MatchExtension string + MatchRegex *regexp.Regexp + Recursive bool + RegularFilesOnly bool + ReverseSortByRecentModTime bool + SortByRecentModTime bool + StopAtFirstMatch bool + type Found struct + Info os.FileInfo + Path string + func Find(dir string, opts FindOptions) ([]Found, error)