10 lines
167 B
Go
Raw Normal View History

2018-03-27 19:08:26 +00:00
package utils
import "github.com/animenotifier/arn"
// HallOfFameEntry is an entry in the hall of fame.
type HallOfFameEntry struct {
Year int
Anime *arn.Anime
}