# Functions
FindFile walks through the directory, calling ProcessFile for each file.
NewResult creates and returns a new Result struct.
RunFind is a sample main function that runs the find command.
# Structs
No description provided by the author
JustLister defines a simple file lister.
RegexFinder holds a compiled regular expression pattern.
Result represents a single search result.
Results holds a slice of Result structs.
TextFinder holds a text to be searched in files.