Commit 00eb56c1 authored by Rob Pike's avatar Rob Pike

gotest: update URL printed by failure message.

Fixes #677.

R=rsc
CC=golang-dev
https://golang.org/cl/834046
parent d37e87c1
...@@ -19,7 +19,7 @@ GOBIN="${GOBIN:-$HOME/bin}" ...@@ -19,7 +19,7 @@ GOBIN="${GOBIN:-$HOME/bin}"
_GC=$GC # Make.$GOARCH will overwrite this _GC=$GC # Make.$GOARCH will overwrite this
if [ ! -f [Mm]akefile ]; then 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 exit 2
fi fi
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment