summaryrefslogtreecommitdiff
path: root/src/cmd/gotest
diff options
context:
space:
mode:
authorRob Pike <r@golang.org>2010-04-07 20:30:55 -0700
committerRob Pike <r@golang.org>2010-04-07 20:30:55 -0700
commit2a2bbf0e66de69cd3b5b39c0d10179371f67fc78 (patch)
treeb9e665b4364fc14c7ad0a08212624978ae1272d3 /src/cmd/gotest
parent36251d4227cabee81431d647fe9435601dc12b87 (diff)
downloadgolang-2a2bbf0e66de69cd3b5b39c0d10179371f67fc78.tar.gz
gotest: update URL printed by failure message.
Fixes issue 677. R=rsc CC=golang-dev http://codereview.appspot.com/834046
Diffstat (limited to 'src/cmd/gotest')
-rwxr-xr-xsrc/cmd/gotest/gotest2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/gotest/gotest b/src/cmd/gotest/gotest
index 74da593c4..b5a21e746 100755
--- a/src/cmd/gotest/gotest
+++ b/src/cmd/gotest/gotest
@@ -19,7 +19,7 @@ GOBIN="${GOBIN:-$HOME/bin}"
_GC=$GC # Make.$GOARCH will overwrite this
if [ ! -f [Mm]akefile ]; then
- echo 'please create a Makefile for gotest; see http://golang.org/doc/contribute.html (sic) for details' 1>&2
+ echo 'please create a Makefile for gotest; see http://golang.org/doc/code.html for details' 1>&2
exit 2
fi