models/car.go @@ -25,7 +25,7 @@ } type CarStatistic struct { TotalPermPlace int `json:"totalPermPlace"` TotalPlace int `json:"totalPlace"` Left int `json:"left"` }