Skip to content

Commit 012e3e0

Browse files
Remove done
1 parent 35ea7c7 commit 012e3e0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

internal/todo/domain/todo.go

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
package domain
22
type Todo struct {
33
Title string `json:"title"` // The title of the todo item
4-
Done bool `json:"done"` // Indicates if the todo item is completed
54
}

0 commit comments

Comments
 (0)