optimize: log parser
add: fast text reader to log parser
This commit is contained in:
@@ -35,3 +35,9 @@ func textWriter(w io.Writer) outputFunc {
|
||||
return nil
|
||||
}
|
||||
}
|
||||
|
||||
func noWhere() outputFunc {
|
||||
return func(res []result) error {
|
||||
return nil
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user