mirror of
https://github.com/teivah/100-go-mistakes.git
synced 2026-06-21 08:57:07 +08:00
Minor
This commit is contained in:
parent
bfb16a1587
commit
3a306bc215
1 changed files with 1 additions and 1 deletions
|
|
@ -161,7 +161,7 @@ Source code of 📖 [100 Go Mistakes and How to Avoid Them](https://www.manning.
|
|||
* Compiler optimizations
|
||||
* `sync.Pool`
|
||||
* 97 - Not relying on inlining
|
||||
* 98 - Not using Go diagnostics tooling:
|
||||
* 98 - Not using Go diagnostics tooling
|
||||
* Profiling (enabling pprof, CPU, heap, goroutines, block, and mutex profiling)
|
||||
* Execution tracer
|
||||
* 99 - Not understanding how the GC works
|
||||
|
|
|
|||
Loading…
Reference in a new issue