From 392067b3b9938655146dd059f2f542d2cee525fe Mon Sep 17 00:00:00 2001 From: Victor Izbitskiy <62376906+victorizbitskiy@users.noreply.github.com> Date: Thu, 5 May 2022 20:42:45 +0300 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7879713..09b560a 100644 --- a/README.md +++ b/README.md @@ -31,6 +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) * [Closures Are Function Pointers](#Closures-are-Function-Pointers) * [Interfaces in Go](#Interfaces-in-Go) * [The Empty `interface{}`](#The-Empty-Interface)