Walid Berrahal
Results
1
issues of
Walid Berrahal
## Your Question In Gorm v1, Selecting an ignored field used to work: ```go type user struct { ID int64, Name string, Amount float64 `gorm:"-"` // Amount column doesn't exist...
type:question
status:stale