Documentation ¶ Index ¶ type Task Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Task ¶ type Task struct { ID string `json:"id"` Date string `json:"date,omitempty"` Title string `json:"title"` Comment string `json:"comment,omitempty"` Repeat string `json:"repeat,omitempty"` } Source Files ¶ View all Source files task.go Click to show internal directories. Click to hide internal directories.