refactor: oop log parser names

This commit is contained in:
Inanc Gumus
2019-08-28 12:46:43 +03:00
parent aff765c4a8
commit 55a480a016
4 changed files with 17 additions and 11 deletions

View File

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