diff options
| author | Paul Buetow <paul@buetow.org> | 2024-12-26 00:01:09 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2024-12-26 00:01:09 +0200 |
| commit | 03ed103a69b6b6c2f822706e2d0f00759a4b448b (patch) | |
| tree | 9316bba1ec643994c1d68c57239d7f751e1bc9af /internal/oi | |
| parent | 578ed10948186d444c7f05e664794a02d25a06f2 (diff) | |
more on this
Diffstat (limited to 'internal/oi')
| -rw-r--r-- | internal/oi/oi.go | 2 |
1 files changed, 2 insertions, 0 deletions
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 { |
