This commit is contained in:
2022-05-03 17:48:42 -04:00
parent 46d173d06c
commit 61c73803c7
16 changed files with 6 additions and 422 deletions

View File

@ -11,13 +11,16 @@
https://gist.github.com/zdebra/10f0e284c4672e99f0cb767298f20c11
* ✓ First Run skip all but first n
* ✓ Folder creation
* ✓ Wrap content inside item
* ✓ Wrap content inside item ⚠️ atom calls it entry
* ✓ Implement atom
* ✓ Cleanup
* Change flags to os.Args[1] for config path
* Cleanup
* Make Rhash optional
## Issues
* ✓ Last record is not written fully to csv: *Fixed*. Had to Flush writer
* Wrap entry content properly
* Some random chars in request/response data
## MVP 2
* Podcasts
@ -52,3 +55,4 @@
### Log
* Log to file
* unit testing logs?
* Use go-logr Logger interface