mirror of
https://github.com/Pungyeon/clean-go-article.git
synced 2024-11-10 09:24:04 +00:00
Merge pull request #13 from chuhlomin/patch-1
Fixed #Naming-Conventions anchor link
This commit is contained in:
commit
b0b869f519
|
@ -16,7 +16,7 @@ I'd like to take a few sentences to clarify my stance on `gofmt` because there a
|
||||||
## Table of Contents
|
## Table of Contents
|
||||||
* [Introduction to Clean Code](#Introduction-to-Clean-Code)
|
* [Introduction to Clean Code](#Introduction-to-Clean-Code)
|
||||||
* [Test-Driven Development](#Test-Driven-Development)
|
* [Test-Driven Development](#Test-Driven-Development)
|
||||||
* [Naming Conventions](#Naming)
|
* [Naming Conventions](#Naming-Conventions)
|
||||||
* * [Comments](#Comments)
|
* * [Comments](#Comments)
|
||||||
* [Function Naming](#Function-Naming)
|
* [Function Naming](#Function-Naming)
|
||||||
* [Variable Naming](#Variable-Naming)
|
* [Variable Naming](#Variable-Naming)
|
||||||
|
|
Loading…
Reference in a new issue