refactor: reorganize project structure following go standards
This commit is contained in:
5
api/anime/errors.go
Normal file
5
api/anime/errors.go
Normal file
@@ -0,0 +1,5 @@
|
||||
package anime
|
||||
|
||||
import "errors"
|
||||
|
||||
var ErrAnimePendingFetch = errors.New("anime pending fetch")
|
||||
Reference in New Issue
Block a user