Reduced memory usage
This commit is contained in:
parent
ad033d4315
commit
7df818ffff
9 changed files with 95 additions and 84 deletions
|
@ -50,3 +50,6 @@ func linesInFile(fileName string) <-chan string {
|
|||
|
||||
return lines
|
||||
}
|
||||
|
||||
// noop serves as an empty addParameter function.
|
||||
func noop(string, string) {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue