Initial commit
This commit is contained in:
commit
3b076836d3
23 changed files with 333 additions and 0 deletions
4
models.go
Normal file
4
models.go
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
package checkvist
|
||||
|
||||
// models.go contains data structures for Checkvist entities:
|
||||
// Checklist, Task, Note, User, Tags, TaskStatus, and DueDate.
|
||||
Loading…
Add table
Add a link
Reference in a new issue