package model import ( "time" ) type TimeTracker struct { CreatedAt time.Time UpdatedAt time.Time }