mirror of
https://github.com/Pungyeon/clean-go-article.git
synced 2024-11-10 01:14:04 +00:00
Fixed #Naming-Conventions anchor link
This commit is contained in:
parent
baaaa4e6cc
commit
aa3d80f2eb
|
@ -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