diff --git a/README.md b/README.md index bbd92e2..bdcc4c9 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,8 @@ 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) + * [Code and Project Organization](#code-and-project-organization) * [Data Types](#data-types) * [Control Structures](#control-structures) @@ -547,10 +549,6 @@ Understanding how to tune the GC can lead to multiple benefits such as handling To help avoid CPU throttling when deployed in Docker and Kubernetes, keep in mind that Go isn’t CFS-aware. -## Inside Cover - -![](inside-cover.jpg) - ## About the Author Teiva Harsanyi is a senior software engineer at Docker. He worked in various domains, including insurance, transportation, and safety-critical industries like air traffic management. He is passionate about Go and how to design and implement reliable applications. diff --git a/inside-cover.jpg b/inside-cover.jpg deleted file mode 100644 index ace7fa1..0000000 Binary files a/inside-cover.jpg and /dev/null differ diff --git a/inside-cover.png b/inside-cover.png new file mode 100644 index 0000000..9c11205 Binary files /dev/null and b/inside-cover.png differ