From 966887f3ba824dfc2e96f5b9f47453fba624a221 Mon Sep 17 00:00:00 2001 From: Elara Musayelyan Date: Fri, 6 Oct 2023 07:12:54 -0700 Subject: [PATCH] Fix comments example printf --- examples/comments/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, )