diff --git a/chapter-8/insert-embedded.go b/chapter-8/insert-embedded.go index d083719..408126a 100644 --- a/chapter-8/insert-embedded.go +++ b/chapter-8/insert-embedded.go @@ -50,7 +50,7 @@ func main() { if err != nil { log.Fatal(err) } - fmt.Printf("%d records inserted", count) + fmt.Printf("%d records inserted\n", count) iter := c.Find(nil).Iter() result := Category{}