# Functions
Display writes results to the console window as they are received by the individual goroutines.
Match is launched as a goroutine for each individual feed to run searches concurrently.
Register is called to register a matcher for use by the program.
No description provided by the author
Run performs the search logic.
# Interfaces
Matcher defines the behavior required by types that want to implement a new search type.