From 44dd550fdd7e71c1f0edfe3f77a8b9fafab967e8 Mon Sep 17 00:00:00 2001 From: Grant Ammons Date: Sun, 24 Apr 2016 08:22:24 -0400 Subject: Beginning on working on due date stuff --- todo.go | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'todo.go') diff --git a/todo.go b/todo.go index 739863c..f918b1e 100644 --- a/todo.go +++ b/todo.go @@ -1,11 +1,13 @@ package todolist +import "time" + type Todo struct { Id string Subject string Projects []string Contexts []string - Due string + Due time.Time Completed bool Archived bool } -- cgit v1.3