mirror of
https://github.com/teivah/100-go-mistakes.git
synced 2026-06-21 00:47:11 +08:00
Make it more explicit that Counter/Counter2 is a bad/good example. Those without the book |
||
|---|---|---|
| .. | ||
| 61-inappropriate-context | ||
| 62-starting-goroutine | ||
| 63-goroutines-loop-variables | ||
| 64-select-behavior | ||
| 66-nil-channels | ||
| 68-string-formatting | ||
| 69-data-race-append | ||
| 70-mutex-slices-maps | ||
| 71-wait-group | ||
| 72-cond | ||
| 73-errgroup | ||
| 74-copying-sync | ||