LGTM On Wed, Jan 11, 2012 at 5:27 AM, <dvyukov@google.com> wrote: > Reviewers: golang-dev_googlegroups.com, > ...
13 years, 6 months ago
(2012-01-11 17:32:40 UTC)
#2
LGTM
On Wed, Jan 11, 2012 at 5:27 AM, <dvyukov@google.com> wrote:
> Reviewers: golang-dev_googlegroups.com,
>
> Message:
> Hello golang-dev@googlegroups.com (cc: golang-dev@googlegroups.com),
>
> I'd like you to review this change to
> https://go.googlecode.com/hg/
>
>
> Description:
> cmd/go: fix test documentation
>
> Please review this at http://codereview.appspot.com/5529067/
>
> Affected files:
> M src/cmd/go/test.go
>
>
> Index: src/cmd/go/test.go
> ===================================================================
> --- a/src/cmd/go/test.go
> +++ b/src/cmd/go/test.go
> @@ -35,9 +35,9 @@
> 'Go test' automates testing the packages named by the import paths.
> It prints a summary of the test results in the format:
>
> - test archive/tar
> - FAIL archive/zip
> - test compress/gzip
> + ok archive/tar 0.011s
> + FAIL archive/zip 0.022s
> + ok compress/gzip 0.033s
> ...
>
> followed by detailed output for each failed package.
> @@ -60,7 +60,7 @@
>
> See 'go help importpath' for more about import paths.
>
> -See also: go build, go compile, go vet.
> +See also: go build, go vet.
> `,
> }
>
>
>
Issue 5529067: code review 5529067: cmd/go: fix test documentation
(Closed)
Created 13 years, 6 months ago by dvyukov
Modified 13 years, 6 months ago
Reviewers:
Base URL:
Comments: 0