go.toos/cmd/cover: "add" package comment
R=r CC=golang-dev https://golang.org/cl/13463046
This commit is contained in:
parent
334d56a124
commit
4709d08a36
|
|
@ -12,7 +12,6 @@
|
||||||
// than binary-rewriting coverage tools, but also a little less capable.
|
// than binary-rewriting coverage tools, but also a little less capable.
|
||||||
// For instance, it does not probe inside && and || expressions, and can
|
// For instance, it does not probe inside && and || expressions, and can
|
||||||
// be mildly confused by single statements with multiple function literals.
|
// be mildly confused by single statements with multiple function literals.
|
||||||
|
|
||||||
package main
|
package main
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue