diff options
Diffstat (limited to 'src/cmd/gotest/doc.go')
-rw-r--r-- | src/cmd/gotest/doc.go | 2 |
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 |