Added Hall of Fame

This commit is contained in:
2018-03-27 21:08:26 +02:00
parent ff80d6d336
commit 953d95c6aa
20 changed files with 171 additions and 23 deletions

9
utils/HallOfFameEntry.go Normal file
View File

@ -0,0 +1,9 @@
package utils
import "github.com/animenotifier/arn"
// HallOfFameEntry is an entry in the hall of fame.
type HallOfFameEntry struct {
Year int
Anime *arn.Anime
}