Fix Import Blank subtitle, see #35319

Filippo Valsorda 2019-11-05 16:30:21 -05:00
parent 69b5e41b42
commit b955aa571a

@ -21,6 +21,7 @@ You can view this as a supplement to [Effective Go](https://golang.org/doc/effec
* [Goroutine Lifetimes](#goroutine-lifetimes)
* [Handle Errors](#handle-errors)
* [Imports](#imports)
* [Import Blank](#import-blank)
* [Import Dot](#import-dot)
* [In-Band Errors](#in-band-errors)
* [Indent Error Flow](#indent-error-flow)