mirror of
https://github.com/Pungyeon/clean-go-article.git
synced 2025-04-20 00:03:35 +00:00
Update README.md
This commit is contained in:
parent
392067b3b9
commit
94afdcac7f
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ I'd like to take a few sentences to clarify my stance on `gofmt` because there a
|
|||
* [Returning Defined Errors](#Returning-Defined-Errors)
|
||||
* [Returning Dynamic Errors](#Returning-Dynamic-Errors)
|
||||
* [Pointers in Go](#Pointers-in-Go)
|
||||
* [Pointer Mutability](Pointer-Mutability)
|
||||
* [Pointer Mutability](#Pointer-Mutability)
|
||||
* [Closures Are Function Pointers](#Closures-are-Function-Pointers)
|
||||
* [Interfaces in Go](#Interfaces-in-Go)
|
||||
* [The Empty `interface{}`](#The-Empty-Interface)
|
||||
|
|
Loading…
Add table
Reference in a new issue