1
0
mirror of https://github.com/golang/go synced 2024-10-04 00:21:20 -06:00

cmd/go: fix test documentation

R=golang-dev, gri
CC=golang-dev
https://golang.org/cl/5529067
This commit is contained in:
Dmitriy Vyukov 2012-01-11 09:47:08 -08:00 committed by Robert Griesemer
parent a30b172ca0
commit c7fdbeb6c1

View File

@ -35,9 +35,9 @@ var cmdTest = &Command{
'Go test' automates testing the packages named by the import paths. 'Go test' automates testing the packages named by the import paths.
It prints a summary of the test results in the format: It prints a summary of the test results in the format:
test archive/tar ok archive/tar 0.011s
FAIL archive/zip FAIL archive/zip 0.022s
test compress/gzip ok compress/gzip 0.033s
... ...
followed by detailed output for each failed package. followed by detailed output for each failed package.
@ -60,7 +60,7 @@ and the test binary.
See 'go help importpath' for more about import paths. See 'go help importpath' for more about import paths.
See also: go build, go compile, go vet. See also: go build, go vet.
`, `,
} }