summaryrefslogtreecommitdiff
path: root/internal/queue/queue.go
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2024-11-19 10:57:05 +0200
committerPaul Buetow <paul@buetow.org>2024-11-19 10:57:05 +0200
commitc79d8daf1fe0567e82823bbab27f37390679df0b (patch)
tree1b2d647629a1ea81eafe849fc9f05a9262db3fd9 /internal/queue/queue.go
parent744c3b70fa590345f6c1de715e2a572f184091c4 (diff)
add todo
Diffstat (limited to 'internal/queue/queue.go')
-rw-r--r--internal/queue/queue.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/queue/queue.go b/internal/queue/queue.go
index 40cc084..05b11fc 100644
--- a/internal/queue/queue.go
+++ b/internal/queue/queue.go
@@ -35,6 +35,7 @@ func queueEntries(args config.Args) error {
}
for filePath := range ch {
+ // TODO: TEST THIS MANUALLY!
if filePath, err = extractInlineTags(filePath); err != nil {
return err
}