1
0
mirror of https://github.com/golang/go synced 2024-09-30 20:18:33 -06:00
go/cmd/cover
Rebecca Stambler cb1345f3a3 cmd/cover: more clearly mark as deprecated
Follow the conventions here:
https://github.com/golang/go/wiki/Deprecated. I wonder if we could just
delete it...

Change-Id: I6559bab0551304ff5e109a2dffd4ff86afba5203
Reviewed-on: https://go-review.googlesource.com/c/tools/+/234898
Run-TryBot: Rebecca Stambler <rstambler@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Peter Weinberger <pjw@google.com>
2020-05-22 20:15:01 +00:00
..
testdata cmd/cover: cover funcs in if, for, switch clauses 2015-03-31 19:20:52 +00:00
cover_test.go all: do not write to testdata directories 2019-08-30 17:05:20 +00:00
cover.go all: address vet issues, fix print calls 2016-03-27 20:36:34 +00:00
doc.go cmd/cover: more clearly mark as deprecated 2020-05-22 20:15:01 +00:00
func.go go.tools: use golang.org/x/... import paths 2014-11-10 08:50:40 +11:00
html.go cmd/cover: check os.Create error im html output 2017-01-08 00:00:17 +00:00
README.md cmd/cover: more clearly mark as deprecated 2020-05-22 20:15:01 +00:00

Deprecated

NOTE: For Go releases 1.5 and later, this tool lives in the standard repository. The code here is not maintained.