diff options
Diffstat (limited to 'pkg/index/index.go')
| -rw-r--r-- | pkg/index/index.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pkg/index/index.go b/pkg/index/index.go index f4e4593..b354bbf 100644 --- a/pkg/index/index.go +++ b/pkg/index/index.go @@ -213,7 +213,6 @@ func (doc Document) Equal(other Document) bool { } func visit(file InfoPath, visitQueue chan<- InfoPath, filterQueue chan<- InfoPath, ignoreHidden bool, wg *sync.WaitGroup) { - // TODO: check if symlink, and handle appropriately // TODO: extract error out of function if ignoreHidden && path.Base(file.Path)[0] == '.' { |
