From c4f54c92d2d6fa9b88efbe094344bfa8eb4888bc Mon Sep 17 00:00:00 2001 From: Victor Izbitskiy <62376906+victorizbitskiy@users.noreply.github.com> Date: Thu, 5 May 2022 19:59:00 +0300 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7879713..2b567d6 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,7 @@ I'd like to take a few sentences to clarify my stance on `gofmt` because there a * [Return Values](#Return-Values) * [Returning Defined Errors](#Returning-Defined-Errors) * [Returning Dynamic Errors](#Returning-Dynamic-Errors) + * [Nil Values](#Nil-Values) * [Pointers in Go](#Pointers-in-Go) * [Closures Are Function Pointers](#Closures-are-Function-Pointers) * [Interfaces in Go](#Interfaces-in-Go)