todo service tests

This commit is contained in:
2025-02-07 22:05:05 -05:00
parent a71e09367c
commit 6175abee25
5 changed files with 130 additions and 17 deletions

View File

@@ -35,5 +35,5 @@ func main() {
if err != nil {
log.Fatal(err)
}
fmt.Printf("ID of created todo: %d", newTodo.Id)
fmt.Printf("ID of created todo: %d\n", newTodo.Id)
}