package time import "time" type Time struct { Id int `gorm:"primary_key" json:"id"` Time time.Time `json:"time"` Mtime time.Time `json:"mtime"` }