Fix comments example printf
This commit is contained in:
parent
5fd0a73741
commit
966887f3ba
@ -41,7 +41,7 @@ func main() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
log.Printf(
|
log.Printf(
|
||||||
"Created comment %d and replied to it with comment %d",
|
"Created comment %d and replied to it with comment %d!\n",
|
||||||
cr.CommentView.Comment.ID,
|
cr.CommentView.Comment.ID,
|
||||||
cr2.CommentView.Comment.ID,
|
cr2.CommentView.Comment.ID,
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user