Files
mal/api/anime/errors.go

6 lines
93 B
Go

package anime
import "errors"
var ErrAnimePendingFetch = errors.New("anime pending fetch")