Update gocov path in comments to correct path.

This commit is contained in:
Dave Collins 2013-05-10 15:58:05 -05:00
parent e699ca0bef
commit cfb17f7da4

View file

@ -2,7 +2,7 @@
# This script uses gocov to generate a test coverage report.
# The gocov tool my be obtained with the following command:
# go get github.com/awx/gocov/gocov
# go get github.com/axw/gocov/gocov
#
# It will be installed to $GOPATH/bin, so ensure that location is in your $PATH.