From 74ce58e0737ed2e357ef5fe03c6e37a9f6c3066e Mon Sep 17 00:00:00 2001
From: Simon Lindblad <simon.lindblad93@gmail.com>
Date: Wed, 11 May 2016 22:40:40 +0200
Subject: [PATCH] Remove important structs

---
 todo.go | 10 ----------
 1 file changed, 10 deletions(-)

diff --git a/todo.go b/todo.go
index ed4c7af..b1db460 100644
--- a/todo.go
+++ b/todo.go
@@ -19,16 +19,6 @@ type Task struct {
 	ListId int
 }
 
-type CreateTaskRequest struct {
-    Name string `json:"name"`
-    ListId int  `json:"list_id"`
-}
-
-type List struct {
-    Id int
-    Name string
-}
-
 type ListCreateRequest struct {
 	Name string
 }
-- 
GitLab