10 lines
161 B
Go
Raw Normal View History

2018-03-26 21:38:15 +00:00
package utils
import "github.com/animenotifier/arn"
// AnimeWithRelatedAnime ...
type AnimeWithRelatedAnime struct {
Anime *arn.Anime
Related *arn.Anime
}