Display correct import path for gocov.
This was pointed out by kaptin on IRC.
This commit is contained in:
parent
c369c0c16e
commit
cdc17121b8
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ type gocov >/dev/null 2>&1
|
||||||
if [ $? -ne 0 ]; then
|
if [ $? -ne 0 ]; then
|
||||||
echo >&2 "This script requires the gocov tool."
|
echo >&2 "This script requires the gocov tool."
|
||||||
echo >&2 "You may obtain it with the following command:"
|
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
|
exit 1
|
||||||
fi
|
fi
|
||||||
gocov test | gocov report
|
gocov test | gocov report
|
||||||
|
|
Loading…
Reference in a new issue