add comments

This commit is contained in:
filifa 2025-04-06 01:12:36 -04:00
parent abdfd503fd
commit 0c4f307d29
3 changed files with 3 additions and 0 deletions

View File

@ -19,6 +19,7 @@ import (
"strings"
)
// retrieved from https://statsapi.mlb.com/api/v1/leagues
var leagueIDs = map[string]int32{
"al": 103,
"nl": 104,

View File

@ -19,6 +19,7 @@ import (
"strings"
)
// retrieved from https://statsapi.mlb.com/api/v1/sports
var sportIDs = map[string]int32{
"mlb": 1,
"aaa": 11,

View File

@ -19,6 +19,7 @@ import (
"strings"
)
// retrieved from https://statsapi.mlb.com/api/v1/teams
var teamIDs = map[string]int32{
"laa": 108,
"az": 109,