remove omitempty
This commit is contained in:
@@ -13,7 +13,7 @@ type Report struct {
|
||||
}
|
||||
|
||||
type Data struct {
|
||||
Minimal int `json:"minimal,omitempty"`
|
||||
Average int `json:"average,omitempty"`
|
||||
Maximal int `json:"maximal,omitempty"`
|
||||
Minimal int `json:"minimal"`
|
||||
Average int `json:"average"`
|
||||
Maximal int `json:"maximal"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user