LGTM On Thu, Dec 19, 2013 at 5:05 PM, <josharian@gmail.com> wrote: > Reviewers: adg, > ...
11 years, 5 months ago
(2013-12-20 17:59:45 UTC)
#3
LGTM
On Thu, Dec 19, 2013 at 5:05 PM, <josharian@gmail.com> wrote:
> Reviewers: adg,
>
> Message:
> Hello adg@golang.org (cc: golang-dev@googlegroups.com),
>
> I'd like you to review this change to
> https://code.google.com/p/go
>
>
> Description:
> doc: fix typo in Effective Go
>
> Please review this at https://codereview.appspot.com/44430043/
>
> Affected files (+1, -1 lines):
> M doc/effective_go.html
>
>
> Index: doc/effective_go.html
> ===================================================================
> --- a/doc/effective_go.html
> +++ b/doc/effective_go.html
> @@ -350,7 +350,7 @@
> </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
>
>
> --
>
> ---You received this message because you are subscribed to the Google
> Groups "golang-dev" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to golang-dev+unsubscribe@googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.
>
Issue 44430043: code review 44430043: doc: fix typo in Effective Go
(Closed)
Created 11 years, 5 months ago by josharian
Modified 11 years, 5 months ago
Reviewers:
Base URL:
Comments: 0