Add order to tasks and lists
This commit is contained in:
@@ -23,6 +23,8 @@ type Task struct {
|
||||
Complete bool
|
||||
Note []string
|
||||
Due time.Time
|
||||
|
||||
Index int
|
||||
}
|
||||
|
||||
type StrList []string
|
||||
|
||||
Reference in New Issue
Block a user