diff options
| author | Ewy~ <ewy0@protonmail.com> | 2026-03-31 17:18:35 +0200 |
|---|---|---|
| committer | Ewy~ <ewy0@protonmail.com> | 2026-03-31 17:18:35 +0200 |
| commit | cf085e93b7abc53b8ecc78c07210384e0ff8d516 (patch) | |
| tree | 270bc83c7e4d1c468bd7fcc61d2d65d6f447eda6 /storage/error.go | |
initial commit
Diffstat (limited to 'storage/error.go')
| -rw-r--r-- | storage/error.go | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/storage/error.go b/storage/error.go new file mode 100644 index 0000000..956a564 --- /dev/null +++ b/storage/error.go @@ -0,0 +1,5 @@ +package storage + +import "errors" + +var NotFoundError = errors.New("link not found")
\ No newline at end of file |
