This commit is contained in:
Bel LaPointe
2021-12-31 15:13:20 -05:00
parent 8fca25b8f9
commit 80af3093b0
6 changed files with 33 additions and 4 deletions

8
pttodo/todo.go Normal file
View File

@@ -0,0 +1,8 @@
package pttodo
type Todo struct {
Todo string
Detail string
TS TS
Schedule Schedule
}