From 9525b8c9a3f714235c8e591f3eddd4c05ed791da Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Fri, 18 Oct 2024 11:28:43 +0300 Subject: use context in oauth2 --- internal/oi/oi.go | 1 - 1 file changed, 1 deletion(-) (limited to 'internal/oi') 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 -- cgit v1.2.3