mirror of
https://github.com/teivah/100-go-mistakes.git
synced 2026-06-22 01:17:11 +08:00
Refine home
This commit is contained in:
parent
4d2736e84f
commit
cf55c6e0ed
1 changed files with 2 additions and 2 deletions
|
|
@ -20,10 +20,10 @@ Source code and community space of 📖 [100 Go Mistakes and How to Avoid Them](
|
|||
|
||||
## Common Go Mistakes
|
||||
|
||||
This section contains a summary of the 100 mistakes in the book. Meanwhile, it's also a section open to the community. If you believe that a mistake should be added, please create a [community mistake issue](https://github.com/teivah/100-go-mistakes/issues/new?assignees=&labels=community+mistake&template=community_mistake.md&title=).
|
||||
|
||||

|
||||
|
||||
This section contains a summary of the 100 mistakes in the book. Meanwhile, it's also a section open to the community. If you believe that a mistake should be added, please create a [community mistake issue](https://github.com/teivah/100-go-mistakes/issues/new?assignees=&labels=community+mistake&template=community_mistake.md&title=).
|
||||
|
||||
* [Code and Project Organization](#code-and-project-organization)
|
||||
* [Data Types](#data-types)
|
||||
* [Control Structures](#control-structures)
|
||||
|
|
|
|||
Loading…
Reference in a new issue