summaryrefslogtreecommitdiff
path: root/internal/oi
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-01-06 22:02:16 +0200
committerPaul Buetow <paul@buetow.org>2025-01-06 22:02:16 +0200
commit4cb5c058199033a1813a92709feee427ea3af109 (patch)
treed501835b7a5615172bbe4735e797705087cb6e8e /internal/oi
parent207a8f543e3097bec88470359abb7327de47af6f (diff)
update readme
Diffstat (limited to 'internal/oi')
-rw-r--r--internal/oi/oi.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/internal/oi/oi.go b/internal/oi/oi.go
index 269be1d..824c0bd 100644
--- a/internal/oi/oi.go
+++ b/internal/oi/oi.go
@@ -12,8 +12,6 @@ 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 {