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:
parent
8ff1f51a5b
commit
96f6cfbb92
|
@ -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.
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue