refactor: reorganize project structure following go standards

This commit is contained in:
2026-04-20 15:54:35 +02:00
parent 055ec1fca9
commit 6df8788749
70 changed files with 43 additions and 187 deletions

5
api/anime/errors.go Normal file
View File

@@ -0,0 +1,5 @@
package anime
import "errors"
var ErrAnimePendingFetch = errors.New("anime pending fetch")