rename
This commit is contained in:
8
pttodo/todo.go
Normal file
8
pttodo/todo.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package pttodo
|
||||
|
||||
type Todo struct {
|
||||
Todo string
|
||||
Detail string
|
||||
TS TS
|
||||
Schedule Schedule
|
||||
}
|
||||
Reference in New Issue
Block a user