package main type Task struct { Body string Complete bool }