diff --git a/README.md b/README.md index da625e3..72ed026 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Source code of 📖 [100 Go Mistakes and How to Avoid Them](https://www.manning.com/books/100-go-mistakes-and-how-to-avoid-them), edited by Manning. -![](inside-cover.jpg) +![](cover.png) ## Quotes @@ -189,6 +189,8 @@ Source code of 📖 [100 Go Mistakes and How to Avoid Them](https://www.manning. * 99 - Not understanding how the GC works * 100 - Not understanding the impacts of running Go in Docker and Kubernetes +![](inside-cover.jpg) + ## Author Teiva Harsanyi is a senior software engineer in 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/cover.png b/cover.png new file mode 100644 index 0000000..94b36fb Binary files /dev/null and b/cover.png differ