1
0
mirror of https://github.com/golang/go synced 2024-09-24 09:20:15 -06:00

doc: fix typo in Effective Go

R=adg, bradfitz
CC=golang-codereviews
https://golang.org/cl/44430043
This commit is contained in:
Josh Bleecher Snyder 2013-12-20 09:59:51 -08:00 committed by Brad Fitzpatrick
parent 568a449bd1
commit de4ca13eac

View File

@ -350,7 +350,7 @@ not <code>encoding_base64</code> and not <code>encodingBase64</code>.
</p>
<p>
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 <code>import .</code> notation, which can simplify