package
1.15.0
Repository: https://github.com/thedataflows/go-commons.git
Documentation: pkg.go.dev

# 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.

# Interfaces

Files Filtering.
Finder is an interface that defines the ProcessFile method.