From cfb17f7da4db4cb4c766b037d53617aa38d773d6 Mon Sep 17 00:00:00 2001 From: Dave Collins Date: Fri, 10 May 2013 15:58:05 -0500 Subject: [PATCH] Update gocov path in comments to correct path. --- cov_report.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cov_report.sh b/cov_report.sh index 873f90e41..307f05b76 100644 --- a/cov_report.sh +++ b/cov_report.sh @@ -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.