mirror of
https://github.com/teivah/100-go-mistakes.git
synced 2026-06-21 08:57:07 +08:00
Typo
This commit is contained in:
parent
53b4946755
commit
6ae47e671a
1 changed files with 1 additions and 1 deletions
|
|
@ -90,7 +90,7 @@ Anupam Sengupta
|
|||
* 44 - Unintended side effects with named result parameters
|
||||
* 45 - Returning a nil receiver
|
||||
* 46 - Using a filename as a function input
|
||||
* 47 - Ignoring how defer arguments and receivers are evaluated (argument evaluation, pointer and value receivers)
|
||||
* 47 - Ignoring how defer arguments and receivers are evaluated (argument evaluation, pointer, and value receivers)
|
||||
|
||||
### Chapter 7 - Error Management
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue