From a9239d91ad687d28717aa28c2fc4c4bc64fd03df Mon Sep 17 00:00:00 2001 From: Sean Shahkarami Date: Tue, 7 Jun 2022 10:37:44 -0500 Subject: [PATCH] added note --- main.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/main.go b/main.go index 00fd314..e535641 100644 --- a/main.go +++ b/main.go @@ -13,6 +13,9 @@ import ( "time" ) +// TODO(sean) consider updating the design to decoupling and splitting the "scan filesystem" step into its own +// isolated "scan" and "watch" functions. being able to scan once and close the channel would be nicer for testing. + const DoneFilename = ".done" var (