mirror of
https://github.com/nprasad2077/NBA_Go.git
synced 2026-09-22 22:15:13 +00:00
fields fixed
This commit is contained in:
@@ -14,6 +14,7 @@ type PlayerAdvancedStat struct {
|
||||
Position string `json:"position"`
|
||||
Age int `json:"age"`
|
||||
Games int `json:"games"`
|
||||
GamesStarted int `json:"gamesStarted"`
|
||||
MinutesPlayed int `json:"minutesPlayed"`
|
||||
PER float64 `json:"per"`
|
||||
TSPercent float64 `json:"tsPercent"`
|
||||
|
||||
Reference in New Issue
Block a user