mirror of https://github.com/golang/go.git
doc: fix typo in Effective Go
R=adg, bradfitz CC=golang-codereviews https://golang.org/cl/44430043
This commit is contained in:
parent
568a449bd1
commit
de4ca13eac
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue