mirror of
https://github.com/teivah/100-go-mistakes.git
synced 2026-06-23 01:47:08 +08:00
Small reorg
This commit is contained in:
parent
2504e36b71
commit
b65c8e6b7d
1 changed files with 10 additions and 10 deletions
20
README.md
20
README.md
|
|
@ -5,10 +5,10 @@ Source code of [100 Go Mistakes and How to Avoid Them](https://www.manning.com/b
|
||||||

|

|
||||||
|
|
||||||
* [Table of Contents](#table-of-contents)
|
* [Table of Contents](#table-of-contents)
|
||||||
* [Author](#author)
|
|
||||||
* [Quotes](#quotes)
|
|
||||||
* [100 Go Mistakes Map](#100-go-mistakes-map)
|
* [100 Go Mistakes Map](#100-go-mistakes-map)
|
||||||
|
* [Quotes](#quotes)
|
||||||
* [References](#references)
|
* [References](#references)
|
||||||
|
* [Author](#author)
|
||||||
|
|
||||||
## Table of Contents
|
## Table of Contents
|
||||||
|
|
||||||
|
|
@ -525,11 +525,9 @@ 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.
|
To help avoid CPU throttling when deployed in Docker and Kubernetes, keep in mind that Go isn’t CFS-aware.
|
||||||
|
|
||||||
## Author
|
## 100 Go Mistakes Map
|
||||||
|
|
||||||
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.
|

|
||||||
|
|
||||||
**Note:** If you're struggling to afford the book, please DM me [@teivah](https://twitter.com/teivah).
|
|
||||||
|
|
||||||
## Quotes
|
## Quotes
|
||||||
|
|
||||||
|
|
@ -553,10 +551,6 @@ Teiva Harsanyi is a senior software engineer at Docker. He worked in various dom
|
||||||
|
|
||||||
– Anupam Sengupta
|
– Anupam Sengupta
|
||||||
|
|
||||||
## 100 Go Mistakes Map
|
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||
## References
|
## References
|
||||||
|
|
||||||
* How to make mistakes in Go (Go Time - episode #190)
|
* How to make mistakes in Go (Go Time - episode #190)
|
||||||
|
|
@ -564,3 +558,9 @@ Teiva Harsanyi is a senior software engineer at Docker. He worked in various dom
|
||||||
* [Spotify](https://open.spotify.com/episode/0K1DImrxHCy6E7zVY4AxMZ?si=akroInsPQ1mM5B5V2tHLUw&dl_branch=1)
|
* [Spotify](https://open.spotify.com/episode/0K1DImrxHCy6E7zVY4AxMZ?si=akroInsPQ1mM5B5V2tHLUw&dl_branch=1)
|
||||||
|
|
||||||
* 8LU - 100% Test Coverage: [YouTube](https://youtu.be/V3FBDav6wgQ?t=1210)
|
* 8LU - 100% Test Coverage: [YouTube](https://youtu.be/V3FBDav6wgQ?t=1210)
|
||||||
|
|
||||||
|
## 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.
|
||||||
|
|
||||||
|
**Note:** If you're struggling to afford the book, please DM me [@teivah](https://twitter.com/teivah).
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue