Update README.md

This commit is contained in:
Victor Izbitskiy 2022-05-05 19:59:00 +03:00 committed by GitHub
parent e74ba094c9
commit c4f54c92d2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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