]> Cypherpunks repositories - gostls13.git/commitdiff
gotest: update URL printed by failure message.
authorRob Pike <r@golang.org>
Thu, 8 Apr 2010 03:30:55 +0000 (20:30 -0700)
committerRob Pike <r@golang.org>
Thu, 8 Apr 2010 03:30:55 +0000 (20:30 -0700)
Fixes #677.

R=rsc
CC=golang-dev
https://golang.org/cl/834046

src/cmd/gotest/gotest

index 74da593c4122303802010dd16221981ffd2d9b80..b5a21e74692a049c5dba823badb11fa23d42e816 100755 (executable)
@@ -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