Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | reduce: temp bug fix for line cutter | Martin Czygan | 2021-07-13 | 1 | -31/+56 |
| | | | | | | | | we wanted to trim whitespace at one point, because values contained the separator values; however this breaks with empty values; move back to not trimming values except for the newline, when requesting the last value; moving forward, we need to clean or reject dirty values or use a different delimiter | ||||
* | mock out time.Now for tests | Martin Czygan | 2021-07-13 | 1 | -0/+4 |
| | |||||
* | use most sensible file name | Martin Czygan | 2021-07-05 | 1 | -0/+451 |
* we have map, so we should have reduce |