diff --git a/cmd/cover/README b/cmd/cover/README new file mode 100644 index 00000000..ff9523d4 --- /dev/null +++ b/cmd/cover/README @@ -0,0 +1,2 @@ +NOTE: For Go releases 1.5 and later, this tool lives in the +standard repository. The code here is not maintained. diff --git a/cmd/cover/doc.go b/cmd/cover/doc.go index c90f4606..b74d5b3c 100644 --- a/cmd/cover/doc.go +++ b/cmd/cover/doc.go @@ -17,5 +17,11 @@ be mildly confused by single statements with multiple function literals. For usage information, please see: go help testflag go tool cover -help + +No longer maintained: + +For Go releases 1.5 and later, this tool lives in the +standard repository. The code here is not maintained. + */ package main // import "golang.org/x/tools/cmd/cover"