1
0
mirror of https://github.com/golang/go synced 2024-10-01 08:18:32 -06:00
go/cmd/cover
Rob Pike 27e692e6ec cmd/cover: check error
The variable was assigned but not used, as caught by a tool
written by gorden.klaus@gmail.com.

Change-Id: I84ca3d00896287a35561bd122a0cf64212854a86
Reviewed-on: https://go-review.googlesource.com/10610
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
2015-06-02 04:29:08 +00:00
..
testdata cmd/cover: cover funcs in if, for, switch clauses 2015-03-31 19:20:52 +00:00
cover_test.go cmd/cover: check error 2015-06-02 04:29:08 +00:00
cover.go cmd/cover: cover funcs in if, for, switch clauses 2015-03-31 19:20:52 +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.