From 2a2bbf0e66de69cd3b5b39c0d10179371f67fc78 Mon Sep 17 00:00:00 2001 From: Rob Pike Date: Wed, 7 Apr 2010 20:30:55 -0700 Subject: gotest: update URL printed by failure message. Fixes issue 677. R=rsc CC=golang-dev http://codereview.appspot.com/834046 --- src/cmd/gotest/gotest | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/cmd/gotest') 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 -- cgit v1.2.3