From c3d9a59b0d2a435e9cc0e043a4a2fd1479efdbba Mon Sep 17 00:00:00 2001 From: Carl Kittelberger Date: Sat, 9 Jul 2016 20:50:13 +0200 Subject: [PATCH] Fix typo in SoccerSeason definition. --- api_types.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api_types.go b/api_types.go index a361b83..ceaaed1 100644 --- a/api_types.go +++ b/api_types.go @@ -33,7 +33,7 @@ type SoccerSeason struct { NumberOfMatchdays uint16 NumberOfTeams uint16 NumberOfGames uint16 - LastUpdates time.Time + LastUpdated time.Time } // Contains the fixture and the head to head information delivered by the API