Reduced memory usage

This commit is contained in:
2023-09-02 09:19:11 +02:00
parent e5b0eb443a
commit 7070897e70
9 changed files with 95 additions and 84 deletions

View File

@ -50,3 +50,6 @@ func linesInFile(fileName string) <-chan string {
return lines
}
// noop serves as an empty addParameter function.
func noop(string, string) {}