-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Line 35 in 1199abc
| if value == nil || value.(*string) == nil { |
If gorm read data from database and map it to domain model, the scan function is called. This leads to follow error:
Panic value: interface conversion: interface {} is string, not *string
could u also handle string before try to handle pointer string
Metadata
Metadata
Assignees
Labels
No labels