forked from mirror/gorm
chore: go lint
This commit is contained in:
parent
fe4715c5bd
commit
e55cdfa4b3
|
@ -87,6 +87,7 @@ type Parent struct {
|
|||
FavChild *Child
|
||||
Children []*Child
|
||||
}
|
||||
|
||||
type Child struct {
|
||||
gorm.Model
|
||||
Name string
|
||||
|
|
Loading…
Reference in New Issue