1
0
mirror of https://github.com/golang/go synced 2024-09-30 16:28:32 -06:00
go/cmd/cover
Dominik Honnef 361bcb2be3 all: address vet issues, fix print calls
This fixes some print calls with wrong format directives. Additionally,
struct initialisers were changed to use keyed fields, purely to reduce
the amount of noise generated by go vet.

Change-Id: Ib9f6fd8f2dff7ce84826478de0ba83dda9746270
Reviewed-on: https://go-review.googlesource.com/21180
Reviewed-by: Ian Lance Taylor <iant@golang.org>
2016-03-27 20:36:34 +00:00
..
testdata cmd/cover: cover funcs in if, for, switch clauses 2015-03-31 19:20:52 +00:00
cover_test.go x/tools: disable tests not supported on Android 2015-08-06 00:36:03 +00:00
cover.go all: address vet issues, fix print calls 2016-03-27 20:36:34 +00:00
doc.go cmd/cover: document that it is moving to the standard repository 2015-05-01 00:38:25 +00:00
func.go go.tools: use golang.org/x/... import paths 2014-11-10 08:50:40 +11:00
html.go go.tools: use golang.org/x/... import paths 2014-11-10 08:50:40 +11:00
README cmd/cover: document that it is moving to the standard repository 2015-05-01 00:38:25 +00:00

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