summaryrefslogtreecommitdiff
path: root/src/cmd/gotest
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2009-11-09 11:45:15 -0800
committerRuss Cox <rsc@golang.org>2009-11-09 11:45:15 -0800
commite067f862f1774ab89a2096a88571a94e3b9cd353 (patch)
treecc60401678ba31d52413cd3d843df2924cfda190 /src/cmd/gotest
parent00b339392b1bc99c91cf7aa550bc07eade52c8ff (diff)
downloadgolang-e067f862f1774ab89a2096a88571a94e3b9cd353.tar.gz
tweak documentation of commands
so that first sentence is better for cmd page. live at http://r45:3456/cmd/ R=gri, r http://go/go-review/1024034
Diffstat (limited to 'src/cmd/gotest')
-rw-r--r--src/cmd/gotest/doc.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/gotest/doc.go b/src/cmd/gotest/doc.go
index 43119141d..e1a87c43c 100644
--- a/src/cmd/gotest/doc.go
+++ b/src/cmd/gotest/doc.go
@@ -4,7 +4,7 @@
/*
-The gotest program is an automated testing tool for Go packages.
+Gotest is an automated testing tool for Go packages.
Normally a Go package is compiled without its test files. Gotest
is a simple script that recompiles the package along with any files