Versions in this module Expand all Collapse all v1 v1.0.1 May 22, 2020 v1.0.0 May 22, 2020 Changes in this version + func FindFiles(root string, acceptFn AcceptFunc, skipDirFn SkipDirFunc, relative bool) ([]string, error) + type AcceptFunc func(path string, info os.FileInfo) bool + type SkipDirFunc func(path string, info os.FileInfo) bool