package orm import "github.com/jinzhu/gorm" type School struct { gorm.Model Name string Address string Domain string }