mirror of
https://github.com/golang/go
synced 2024-11-22 09:34:54 -07:00
gotest: update URL printed by failure message.
Fixes #677. R=rsc CC=golang-dev https://golang.org/cl/834046
This commit is contained in:
parent
d37e87c1b2
commit
00eb56c15b
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user