LGTM - gri On Wed, Nov 24, 2010 at 11:15 AM, <go.peter.90@gmail.com> wrote: > Reviewers: ...
14 years, 3 months ago
(2010-11-29 22:29:32 UTC)
#2
LGTM
- gri
On Wed, Nov 24, 2010 at 11:15 AM, <go.peter.90@gmail.com> wrote:
> Reviewers: gri,
>
> Message:
> Hello gri (cc: golang-dev@googlegroups.com),
>
> I'd like you to review this change.
>
>
> Description:
> godoc: fix doc typo
>
> Consistently use 6060 as the port number.
>
> Please review this at http://codereview.appspot.com/3287042/
>
> Affected files:
> M src/cmd/godoc/doc.go
>
>
> Index: src/cmd/godoc/doc.go
> ===================================================================
> --- a/src/cmd/godoc/doc.go
> +++ b/src/cmd/godoc/doc.go
> @@ -24,7 +24,7 @@
>
> godoc -q Reader Writer
> godoc -q math.Sin
> - godoc -server=:6666 -q sin
> + godoc -server=:6060 -q sin
>
> With the -http flag, it runs as a web server and presents the
> documentation as a
> web page.
>
>
>
Issue 3287042: code review 3287042: godoc: fix doc typo
Created 14 years, 3 months ago by peterGo
Modified 14 years, 3 months ago
Reviewers:
Base URL:
Comments: 0