Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var TeamsURL = "https://api.collegefootballdata.com/teams/fbs"
Functions ¶
func RetrieveTeams ¶
func RetrieveTeams(year string)
Types ¶
type School ¶
type School struct { Id string `json:"id"` Name string `json:"school"` Mascot string `json:"mascot"` Abbreviation string `json:"abbreviation"` Conference string `json:"conference"` Division string `json:"division"` Color string `json:"color"` AltColor string `json:"alt_color"` Logos []string `json:"logos"` }
Click to show internal directories.
Click to hide internal directories.