improve: oop log parser err handling

This commit is contained in:
Inanc Gumus
2019-08-28 13:09:54 +03:00
parent 55a480a016
commit cc9e82bead
2 changed files with 27 additions and 12 deletions

View File

@@ -28,6 +28,7 @@ func main() {
pipe := newPipeline(
newTextLog(os.Stdin),
// newJSONLog(os.Stdin),
newTextReport(),
filterBy(notUsing(domainExtFilter("com", "io"))),
groupBy(domainGrouper),