From 03ed103a69b6b6c2f822706e2d0f00759a4b448b Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Thu, 26 Dec 2024 00:01:09 +0200 Subject: more on this --- internal/oi/oi.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'internal/oi') diff --git a/internal/oi/oi.go b/internal/oi/oi.go index 824c0bd..269be1d 100644 --- a/internal/oi/oi.go +++ b/internal/oi/oi.go @@ -12,6 +12,8 @@ import ( "golang.org/x/exp/rand" ) +// TODO: Rewrite all functions here which use channels with range over functions iterators? + var ErrNotFound = errors.New("no file/entry found") func EnsureDir(dir string) error { -- cgit v1.2.3