From 2506de64a2f3bdda6d30e083348ea426e5523ddf Mon Sep 17 00:00:00 2001 From: teleivo Date: Mon, 1 Nov 2021 15:31:08 +0100 Subject: [PATCH] add todo --- TODO.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/TODO.md b/TODO.md index 17e2a9f..84b2c9c 100644 --- a/TODO.md +++ b/TODO.md @@ -1,5 +1,8 @@ # TODO -* allow combining reports into one CSV * add debug flag and only print "Converted ..." if on +* allow combining reports into one CSV +* test/make testable by making the hear of the code take io.Reader, io.Writer + copy a sample xml into a raw string `` string.NewReader() and test stuff + works * rename archives to `sure_...` or the entire repo?