mirror of
https://github.com/teivah/100-go-mistakes.git
synced 2026-06-21 17:07:18 +08:00
Template and reorganization
This commit is contained in:
parent
0c13b1e8a2
commit
3e133d2bce
1 changed files with 12 additions and 0 deletions
12
README.md
12
README.md
|
|
@ -8,6 +8,18 @@ Source code and community space of [100 Go Mistakes and How to Avoid Them](https
|
|||
|
||||
## Go Mistakes
|
||||
|
||||
* [Code and Project Organization](#code-and-project-organization)
|
||||
* [Data Types](#data-types)
|
||||
* [Control Structures](#control-structures)
|
||||
* [Strings](#strings)
|
||||
* [Functions and Methods](#functions-and-methods)
|
||||
* [Error Management](#error-management)
|
||||
* [Concurrency: Foundations](#concurrency-foundations)
|
||||
* [Concurrency: Practice](#concurrency-practice)
|
||||
* [Standard Library](#standard-library)
|
||||
* [Testing](#testing)
|
||||
* [Optimizations](#optimizations)
|
||||
|
||||
### Code and Project Organization
|
||||
|
||||
#### Unintended variable shadowing (#1)
|
||||
|
|
|
|||
Loading…
Reference in a new issue