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
e74ba094c9
commit
c4f54c92d2
1 changed files with 1 additions and 0 deletions
|
@ -30,6 +30,7 @@ I'd like to take a few sentences to clarify my stance on `gofmt` because there a
|
|||
* [Return Values](#Return-Values)
|
||||
* [Returning Defined Errors](#Returning-Defined-Errors)
|
||||
* [Returning Dynamic Errors](#Returning-Dynamic-Errors)
|
||||
* [Nil Values](#Nil-Values)
|
||||
* [Pointers in Go](#Pointers-in-Go)
|
||||
* [Closures Are Function Pointers](#Closures-are-Function-Pointers)
|
||||
* [Interfaces in Go](#Interfaces-in-Go)
|
||||
|
|
Loading…
Add table
Reference in a new issue