mirror of
https://github.com/Pungyeon/clean-go-article.git
synced 2024-11-10 01:14:04 +00:00
commit
673ceb76bb
|
@ -27,13 +27,13 @@ I'd like to take a few sentences to clarify my stance on `gofmt` because there a
|
||||||
* [Variable Declaration](#Variable-Declaration)
|
* [Variable Declaration](#Variable-Declaration)
|
||||||
|
|
||||||
* [Clean Go](#Clean-Go)
|
* [Clean Go](#Clean-Go)
|
||||||
* [Return Values](#Return-lValues)
|
* [Return Values](#Return-Values)
|
||||||
* [Returning Defined Errors](#Returning-Defined-Errors)
|
* [Returning Defined Errors](#Returning-Defined-Errors)
|
||||||
* [Returning Dynamic Errors](#Returning-Dynamic-Errors)
|
* [Returning Dynamic Errors](#Returning-Dynamic-Errors)
|
||||||
* [Pointers in Go](#Pointers-in-Go)
|
* [Pointers in Go](#Pointers-in-Go)
|
||||||
* [Closures are Function Pointers](#Closures-are-Function-Pointers)
|
* [Closures are Function Pointers](#Closures-are-Function-Pointers)
|
||||||
* [Interfaces in Go](#Interfaces-in-Go)
|
* [Interfaces in Go](#Interfaces-in-Go)
|
||||||
* [The empty `interface{}`](#The-empty-`interface{}`)
|
* [The empty `interface{}`](#The-Empty-interface)
|
||||||
* [Summary](#Summary)
|
* [Summary](#Summary)
|
||||||
|
|
||||||
## Introduction to Clean Code
|
## Introduction to Clean Code
|
||||||
|
|
Loading…
Reference in a new issue