1
0
mirror of https://github.com/golang/go synced 2024-11-18 14:14:46 -07:00
go/cmd
Rob Pike e330494adc go.tool/cmd/cover: use a struct instead of multiple variables
We are going to need one more piece of data, so rather than create
a third variable let's just put it all in one struct. The interface gets
easier too.

R=adonovan
CC=golang-dev
https://golang.org/cl/10271044
2013-06-13 12:50:30 -07:00
..
cover go.tool/cmd/cover: use a struct instead of multiple variables 2013-06-13 12:50:30 -07:00
vet go.tools/cmd/vet: verify printf for String and Error implementers 2013-06-06 16:05:14 -07:00