We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a49cdc commit a9239d9Copy full SHA for a9239d9
main.go
@@ -13,6 +13,9 @@ import (
13
"time"
14
)
15
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
+
19
const DoneFilename = ".done"
20
21
var (
0 commit comments