LGTM
On Sun, Mar 3, 2013 at 8:48 AM, <r@golang.org> wrote:
> Reviewers: golang-dev1,
>
> Message:
> Hello golang-dev@googlegroups.com,
>
> I'd like you to review this change to
> https://code.google.com/p/go/
>
>
> Description:
> doc/go1.1.html: fix typo in URL
>
> Please review this at
https://codereview.appspot.**com/7423050/<https://codereview.appspot.com/7423...
>
> Affected files:
> M doc/go1.1.html
>
>
> Index: doc/go1.1.html
> ==============================**==============================**=======
> --- a/doc/go1.1.html
> +++ b/doc/go1.1.html
> @@ -193,7 +193,7 @@
> </p>
>
> <pre>
> -$ go get code.google.com/go.exp/ssa
> +$ go get code.google.com/p/go.exp/ssa
> </pre>
>
> <p>
> @@ -201,7 +201,7 @@
> </p>
>
> <pre>
> -import "code.google.com/go.exp/ssa"
> +import "code.google.com/p/go.exp/ssa"
> </pre>
>
> <h3 id="TODO">TODO</h3>
>
>
> --
>
> ---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<golang-dev%2Bunsubscribe@googlegrou...
> .
> For more options, visit
https://groups.google.com/**groups/opt_out<https://groups.google.com/groups/o...
> .
>
>
>
Issue 7423050: code review 7423050: doc/go1.1.html: fix typo in URL
(Closed)
Created 12 years ago by r
Modified 12 years ago
Reviewers:
Base URL:
Comments: 0