Display correct import path for gocov.

This was pointed out by kaptin on IRC.
This commit is contained in:
Dave Collins 2013-05-09 13:19:09 -05:00
parent c369c0c16e
commit cdc17121b8

View file

@ -11,7 +11,7 @@ type gocov >/dev/null 2>&1
if [ $? -ne 0 ]; then
echo >&2 "This script requires the gocov tool."
echo >&2 "You may obtain it with the following command:"
echo >&2 "go get github.com/awx/gocov/gocov"
echo >&2 "go get github.com/axw/gocov/gocov"
exit 1
fi
gocov test | gocov report