mirror of
https://github.com/teivah/100-go-mistakes.git
synced 2026-06-23 18:06:53 +08:00
Update README.md
This commit is contained in:
parent
1a77876c3f
commit
f471400e95
1 changed files with 2 additions and 2 deletions
|
|
@ -16,7 +16,7 @@ Source code of [100 Go Mistakes and How to Avoid Them](https://www.manning.com/b
|
||||||
* 6 - Interface on the producer side
|
* 6 - Interface on the producer side
|
||||||
* 7 - Returning interfaces
|
* 7 - Returning interfaces
|
||||||
* 8 - `any` says nothing
|
* 8 - `any` says nothing
|
||||||
* 9 - Being confused about when to use generics
|
* 9 - [Being confused about when to use generics](https://teivah.medium.com/when-to-use-generics-in-go-36d49c1aeda)
|
||||||
* 10 - Not being aware of the possible problems with type embedding
|
* 10 - Not being aware of the possible problems with type embedding
|
||||||
* 11 - Not using the functional options pattern
|
* 11 - Not using the functional options pattern
|
||||||
* 12 - Project misorganization (project structure and package organization)
|
* 12 - Project misorganization (project structure and package organization)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue