package models type Todo struct { Id int Todo string Done bool }