Skip to content

Commit

Permalink
added note
Browse files Browse the repository at this point in the history
  • Loading branch information
seanshahkarami committed Jun 7, 2022
1 parent 5a49cdc commit a9239d9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 (
Expand Down

0 comments on commit a9239d9

Please sign in to comment.