mirror of
https://github.com/teivah/100-go-mistakes.git
synced 2026-06-21 00:47:11 +08:00
📖 100 Go Mistakes and How to Avoid Them
It's unfair that `BenchmarkLinkedList` iterates n count but `BenchmarkSum2` iterates n/2 count because `i+=2` in `sum2`. |
||
|---|---|---|
| .cache/plugin/social | ||
| .github | ||
| docs | ||
| includes | ||
| overrides | ||
| site | ||
| src | ||
| .gitattributes | ||
| .gitignore | ||
| CONTRIBUTING.md | ||
| go.mod | ||
| go.sum | ||
| justfile | ||
| LICENSE.md | ||
| mkdocs.yml | ||
| README.md | ||