Skip to content

Commit a9239d9

Browse files
added note
1 parent 5a49cdc commit a9239d9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

main.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ import (
1313
"time"
1414
)
1515

16+
// TODO(sean) consider updating the design to decoupling and splitting the "scan filesystem" step into its own
17+
// isolated "scan" and "watch" functions. being able to scan once and close the channel would be nicer for testing.
18+
1619
const DoneFilename = ".done"
1720

1821
var (

0 commit comments

Comments
 (0)