From 209af758b64d586e1c0aec3ad2eb4b56740aeddf Mon Sep 17 00:00:00 2001 From: JP Appel Date: Mon, 28 Jul 2025 23:40:23 -0400 Subject: Resolve multiple todos --- pkg/index/index.go | 1 - 1 file changed, 1 deletion(-) (limited to 'pkg/index/index.go') 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] == '.' { -- cgit v1.2.3