Reduced memory usage
This commit is contained in:
@ -50,3 +50,6 @@ func linesInFile(fileName string) <-chan string {
|
||||
|
||||
return lines
|
||||
}
|
||||
|
||||
// noop serves as an empty addParameter function.
|
||||
func noop(string, string) {}
|
||||
|
Reference in New Issue
Block a user