From 4d2736e84f3dc4f041c691916ac783679beab5c1 Mon Sep 17 00:00:00 2001 From: Teiva Harsanyi Date: Wed, 14 Sep 2022 21:01:11 +0200 Subject: [PATCH] Refine home --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bdcc4c9..a1bf49f 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Source code and community space of 📖 [100 Go Mistakes and How to Avoid Them](https://www.manning.com/books/100-go-mistakes-and-how-to-avoid-them) published by Manning in October 2022. Made by [@teivah](https://twitter.com/teivah). -![](cover.png) +![](inside-cover.png) 100 Go Mistakes and How to Avoid Them shows you how to replace common programming problems in Go with idiomatic, expressive code. In it, you’ll explore dozens of interesting examples and case studies as you learn to spot mistakes that might appear in your own applications. @@ -22,7 +22,7 @@ Source code and community space of 📖 [100 Go Mistakes and How to Avoid Them]( This section contains a summary of the 100 mistakes in the book. Meanwhile, it's also a section open to the community. If you believe that a mistake should be added, please create a [community mistake issue](https://github.com/teivah/100-go-mistakes/issues/new?assignees=&labels=community+mistake&template=community_mistake.md&title=). -![](inside-cover.png) +![](cover.png) * [Code and Project Organization](#code-and-project-organization) * [Data Types](#data-types)