diff options
| author | Paul Buetow <paul@buetow.org> | 2025-01-06 22:02:16 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-01-06 22:02:16 +0200 |
| commit | 4cb5c058199033a1813a92709feee427ea3af109 (patch) | |
| tree | d501835b7a5615172bbe4735e797705087cb6e8e /internal/oi | |
| parent | 207a8f543e3097bec88470359abb7327de47af6f (diff) | |
update readme
Diffstat (limited to 'internal/oi')
| -rw-r--r-- | internal/oi/oi.go | 2 |
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 { |
