We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35ea7c7 commit 012e3e0Copy full SHA for 012e3e0
internal/todo/domain/todo.go
@@ -1,5 +1,4 @@
1
package domain
2
type Todo struct {
3
Title string `json:"title"` // The title of the todo item
4
- Done bool `json:"done"` // Indicates if the todo item is completed
5
}
0 commit comments