package models import ( "time" ) type Model struct { CreatedAt time.Time UpdatedAt time.Time }