chore: go lint

This commit is contained in:
chenrui 2022-03-08 17:48:01 +08:00
parent fe4715c5bd
commit e55cdfa4b3
1 changed files with 1 additions and 0 deletions

View File

@ -87,6 +87,7 @@ type Parent struct {
FavChild *Child
Children []*Child
}
type Child struct {
gorm.Model
Name string