Formatted code with gofmt

This commit is contained in:
2019-06-07 10:51:04 +09:00
parent 18a7be18d2
commit 6ec0efe93b
3 changed files with 3 additions and 3 deletions

View File

@ -9,7 +9,7 @@ import (
// AnimeRelations is a list of relations for an anime.
type AnimeRelations struct {
AnimeID AnimeID `json:"animeId" mainID:"true"`
AnimeID AnimeID `json:"animeId" mainID:"true"`
Items []*AnimeRelation `json:"items" editable:"true"`
sync.Mutex