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

@@ -33,7 +33,7 @@ func (g *group) digest(results iterator) error {
g.keys = append(g.keys, k)
}
g.sum[k] = r.add(g.sum[k])
g.sum[k] = r.sum(g.sum[k])
})
}