I\'m new to golang my struct is like below
type User struct{ ID int `gorm:"column:ID;primary_key:auto_increment" json:"ID"` Name *