From 96f6cfbb921ad6d191c67d09a6d4c4fd056403ae Mon Sep 17 00:00:00 2001 From: Rob Pike Date: Thu, 30 Apr 2015 14:36:17 -0700 Subject: [PATCH] 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 Reviewed-by: Russ Cox --- cmd/cover/README | 2 ++ cmd/cover/doc.go | 6 ++++++ 2 files changed, 8 insertions(+) create mode 100644 cmd/cover/README 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"