summaryrefslogtreecommitdiff
path: root/internal/oi
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2024-10-18 11:28:43 +0300
committerPaul Buetow <paul@buetow.org>2024-10-18 11:28:43 +0300
commit9525b8c9a3f714235c8e591f3eddd4c05ed791da (patch)
treee0df3658d353649a7a23d0109b3f6924bba10af9 /internal/oi
parent56b272ca1b678023c51d730acda04e56867ad141 (diff)
use context in oauth2
Diffstat (limited to 'internal/oi')
-rw-r--r--internal/oi/oi.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/internal/oi/oi.go b/internal/oi/oi.go
index 1716082..1f7de6d 100644
--- a/internal/oi/oi.go
+++ b/internal/oi/oi.go
@@ -48,7 +48,6 @@ func ReadDirCh[T any](dir string, cb func(file os.DirEntry) (T, bool)) (chan T,
return ch, nil
}
-// TODO: Refactor to use ReadDirCh internally
func TraverseDir(dir string, cb func(file os.DirEntry) error) error {
if err := EnsureDir(dir); err != nil {
return err