From: Josh Bleecher Snyder Date: Fri, 20 Dec 2013 17:59:51 +0000 (-0800) Subject: doc: fix typo in Effective Go X-Git-Tag: go1.3beta1~1126 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=de4ca13eacecd65d3275ca4aec7a7bb0e8878fe7;p=gostls13.git doc: fix typo in Effective Go R=adg, bradfitz CC=golang-codereviews https://golang.org/cl/44430043 --- 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