diff --git a/examples/comments/main.go b/examples/comments/main.go index 476e7c0..33d2518 100644 --- a/examples/comments/main.go +++ b/examples/comments/main.go @@ -41,7 +41,7 @@ func main() { } 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, cr2.CommentView.Comment.ID, )