Commit Graph

19 Commits (78eabd43919bace27a2e13b24ee6b2578e0c32b3)
 

Author SHA1 Message Date
Nick Dumas 78eabd4391 Rename AttachmentMover, add dev flag, more
Nick Dumas d47b2da530 these are necessary for the test cases to work
Nick Dumas 22649b8b68 Attachments map now maps filenames to full files
Nick Dumas 6eddfc2dae Whoops, wrong interpolation variable
Nick Dumas 70e9a934af Using correct regexp function
I knew FindAll was too simple
Nick Dumas 3c82c4da63 Refactoring logging a bit
mostly busywork, but i'm trying to make myself remember that With()
exists for when things start getting more complicated
Nick Dumas e2b8f08ef1 This is redundant now
Nick Dumas 3a7bf5a486 Forgot how to spell module names
Nick Dumas e9c209fdcd Updating go.mod for actual deployability
Nick Dumas c44a7c08ea ugh
Nick Dumas 2c9b84bb6c ugh
Nick Dumas 069e769972 starting to refactor
Nick Dumas 93d401d954 tweaking log message
Nick Dumas afc310ba6e extractAttachments is now implemented
I realized I needed to keep track of three lists: Attachments, Notes,
and Posts. Notes and Posts both contain links to attachments but have
radically different folder structures.
Nick Dumas f7cd824968 Inject logging before starting any work
Nick Dumas f9cbca8f74 Parameterizing my walkFuncs.
Nick Dumas 7fe6b81982 Refactored more code out of main(). Added logging.
In the interest of more granular logging, I refactored the walk func
into three functions that each work to gather one set of data.

Added a bunch of logging for sanity
Nick Dumas 4d12633e08 first draft
ndumas c23d4eac97 Initial commit