Refine home

This commit is contained in:
Teiva Harsanyi 2022-09-14 21:01:11 +02:00
parent d922f6755d
commit 4d2736e84f
No known key found for this signature in database
GPG key ID: 421EF65C3FD2F93C

View file

@ -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, youll 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)