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)