Update README.md

This commit is contained in:
Victor Izbitskiy 2022-05-05 20:43:18 +03:00 committed by GitHub
parent 392067b3b9
commit 94afdcac7f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -31,7 +31,7 @@ I'd like to take a few sentences to clarify my stance on `gofmt` because there a
* [Returning Defined Errors](#Returning-Defined-Errors)
* [Returning Dynamic Errors](#Returning-Dynamic-Errors)
* [Pointers in Go](#Pointers-in-Go)
* [Pointer Mutability](Pointer-Mutability)
* [Pointer Mutability](#Pointer-Mutability)
* [Closures Are Function Pointers](#Closures-are-Function-Pointers)
* [Interfaces in Go](#Interfaces-in-Go)
* [The Empty `interface{}`](#The-Empty-Interface)