diff --git a/models.go b/models.go index c9d2c8a..61ce202 100644 --- a/models.go +++ b/models.go @@ -72,9 +72,9 @@ type VenuesIO struct { } type PlayersIO struct { - LastUpdatedOn string `json:"lastUpdatedOn"` - Players *[]Players `json:"players"` - References *[]References `json:"references"` + LastUpdatedOn string `json:"lastUpdatedOn"` + Players *[]Players `json:"players"` + References *References `json:"references"` } type StandingsIO struct {