change detail to details, more ideas for howto mobile and safe

This commit is contained in:
Bel LaPointe
2021-12-31 21:17:37 -05:00
parent 141a374441
commit cb0f268454
4 changed files with 26 additions and 14 deletions

View File

@@ -7,7 +7,7 @@ import (
type Todo struct {
Todo string
Detail string `yaml:",omitempty"`
Details string `yaml:",omitempty"`
TS TS `yaml:",omitempty"`
Schedule Schedule `yaml:",omitempty"`
Tags string `yaml:",omitempty"`