cmd/cover: document that it is moving to the standard repository

Change-Id: I876afaa2c468f0f6f5d30bff8bc884e3beb33c7f
Reviewed-on: https://go-review.googlesource.com/9539
Reviewed-by: Minux Ma <minux@golang.org>
Reviewed-by: Russ Cox <rsc@golang.org>
This commit is contained in:
Rob Pike 2015-04-30 14:36:17 -07:00
parent 8ff1f51a5b
commit 96f6cfbb92
2 changed files with 8 additions and 0 deletions

2
cmd/cover/README Normal file
View File

@ -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.

View File

@ -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"