This commit is contained in:
Max Richter
2025-09-24 21:32:27 +02:00
parent 26c303d9cf
commit 66ab9ca7fc
21 changed files with 450 additions and 9 deletions

View File

@@ -0,0 +1,5 @@
package adapters
import "errors"
var ErrNotFound = errors.New("not found")