add comments
This commit is contained in:
@@ -19,6 +19,7 @@ import (
|
||||
"strings"
|
||||
)
|
||||
|
||||
// retrieved from https://statsapi.mlb.com/api/v1/leagues
|
||||
var leagueIDs = map[string]int32{
|
||||
"al": 103,
|
||||
"nl": 104,
|
||||
|
||||
@@ -19,6 +19,7 @@ import (
|
||||
"strings"
|
||||
)
|
||||
|
||||
// retrieved from https://statsapi.mlb.com/api/v1/sports
|
||||
var sportIDs = map[string]int32{
|
||||
"mlb": 1,
|
||||
"aaa": 11,
|
||||
|
||||
@@ -19,6 +19,7 @@ import (
|
||||
"strings"
|
||||
)
|
||||
|
||||
// retrieved from https://statsapi.mlb.com/api/v1/teams
|
||||
var teamIDs = map[string]int32{
|
||||
"laa": 108,
|
||||
"az": 109,
|
||||
|
||||
Reference in New Issue
Block a user