mirror of
https://github.com/teivah/100-go-mistakes.git
synced 2026-06-21 17:07:18 +08:00
Refine home
This commit is contained in:
parent
5edda702b1
commit
d922f6755d
3 changed files with 2 additions and 4 deletions
|
|
@ -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=).
|
||||
|
||||

|
||||
|
||||
* [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
|
||||
|
||||

|
||||
|
||||
## 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.
|
||||
|
|
|
|||
BIN
inside-cover.jpg
BIN
inside-cover.jpg
Binary file not shown.
|
Before Width: | Height: | Size: 2.5 MiB |
BIN
inside-cover.png
Normal file
BIN
inside-cover.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3.5 MiB |
Loading…
Reference in a new issue