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