Fix naming in reflect field

This commit is contained in:
cyber-dream 2023-04-01 04:57:05 +03:00
parent e17b938ef2
commit 589fcf0579

View File

@ -1,7 +1,7 @@
package skirdaobjects package skirdaobjects
type SkirdaGameApi struct { type SkirdaGameApi struct {
SkirdaGameId string `json:"skirdagameid"` SkirdaGameId string `json:"skirdagame_id"`
Title string `json:"title"` Title string `json:"title"`
Type string `json:"type"` Type string `json:"type"`
} }