Reduced memory usage

This commit is contained in:
Eduard Urbach 2023-09-02 09:19:11 +02:00
parent ad033d4315
commit 7df818ffff
Signed by: eduard
GPG key ID: 49226B848C78F6C8
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) {}