add comment
This commit is contained in:
parent
610dd6898d
commit
24f1c31362
|
@ -17,6 +17,8 @@ package statsapi
|
||||||
|
|
||||||
type TeamID int
|
type TeamID int
|
||||||
|
|
||||||
|
// NOTE: there are obviously more teams than this (in other leagues), but I
|
||||||
|
// only need MLB for my purposes
|
||||||
const (
|
const (
|
||||||
LAA TeamID = 108
|
LAA TeamID = 108
|
||||||
AZ TeamID = 109
|
AZ TeamID = 109
|
||||||
|
|
Loading…
Reference in New Issue