platfom json name fix
This commit is contained in:
@@ -11,6 +11,6 @@ type Software struct {
|
||||
Desc string `gorm:"type:text" json:"desc"`
|
||||
Site string `gorm:"size:255" json:"site"`
|
||||
License string `gorm:"size:128" json:"license"`
|
||||
Platform string `gorm:"size:128" json:"license"`
|
||||
Platform string `gorm:"size:128" json:"platform"`
|
||||
Releases []Release `json:"releases"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user