Merge pull request #10 from hallazzang/patch-1

fix typo in page links
This commit is contained in:
Lasse Martin Jakobsen 2019-06-24 17:41:54 +02:00 committed by GitHub
commit 673ceb76bb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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