go/cmd/cover
Russ Cox 2363391a5b all: go fmt ./...
Part of //go:build change (#41184).
See https://golang.org/design/draft-gobuild

Not strictly necessary but will avoid gofmt changes later
as people edit these files.

Change-Id: I20749ed82e18938a305d9425d0739f0ea7bd24c0
Reviewed-on: https://go-review.googlesource.com/c/tools/+/294414
Trust: Russ Cox <rsc@golang.org>
Run-TryBot: Russ Cox <rsc@golang.org>
gopls-CI: kokoro <noreply+kokoro@google.com>
Reviewed-by: Robert Griesemer <gri@golang.org>
Reviewed-by: Jason A. Donenfeld <Jason@zx2c4.com>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>
2021-02-20 03:28:52 +00:00
..
testdata cmd/cover: cover funcs in if, for, switch clauses 2015-03-31 19:20:52 +00:00
README.md cmd/cover: more clearly mark as deprecated 2020-05-22 20:15:01 +00:00
cover.go all: address vet issues, fix print calls 2016-03-27 20:36:34 +00:00
cover_test.go all: go fmt ./... 2021-02-20 03:28:52 +00:00
doc.go cmd/cover: more clearly mark as deprecated 2020-05-22 20:15:01 +00:00
func.go
html.go all: replace all usages of os/exec with golang.org/x/sys/execabs 2021-01-19 22:25:03 +00:00

README.md

Deprecated

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