From de4ca13eacecd65d3275ca4aec7a7bb0e8878fe7 Mon Sep 17 00:00:00 2001 From: Josh Bleecher Snyder Date: Fri, 20 Dec 2013 09:59:51 -0800 Subject: [PATCH] doc: fix typo in Effective Go R=adg, bradfitz CC=golang-codereviews https://golang.org/cl/44430043 --- doc/effective_go.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/effective_go.html b/doc/effective_go.html index 207bd50c1d..cc9176160d 100644 --- a/doc/effective_go.html +++ b/doc/effective_go.html @@ -350,7 +350,7 @@ not encoding_base64 and not encodingBase64.

-The importer of a package will use the name to refer to its contents. +The importer of a package will use the name to refer to its contents, so exported names in the package can use that fact to avoid stutter. (Don't use the import . notation, which can simplify -- 2.48.1