## What ```go now := time.Now() // define this in fixgen.yaml model := model.Todo { CreatedAt: now, UpdatedAt: now, } ```
What