todo service tests
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user