]> Cypherpunks.ru repositories - gostls13.git/commit
cmd/cover: use golang.org/x/tools/cover directly
authorTobias Klauser <tklauser@distanz.ch>
Thu, 25 Mar 2021 19:48:27 +0000 (20:48 +0100)
committerTobias Klauser <tobias.klauser@gmail.com>
Thu, 25 Mar 2021 20:57:58 +0000 (20:57 +0000)
commit691db3737c989ba07ec4565c16628d35cb08418c
treeeb7441885d35c451299c127b8057c31f05c8a4c8
parent5cec8b85e5dc75ef21b62efb6bd93f9007385e34
cmd/cover: use golang.org/x/tools/cover directly

As suggested by Bryan in CL 249759, remove the forwarding aliases in
cmd/cover and use the symbols from golang.org/x/tools directly.

cmd/cover is not an importable package, so it is fine to remove these
exported symbols.

Change-Id: I887c5e9349f2dbe4c90be57f708412b844e18081
Reviewed-on: https://go-review.googlesource.com/c/go/+/304690
Trust: Tobias Klauser <tobias.klauser@gmail.com>
Reviewed-by: Bryan C. Mills <bcmills@google.com>
src/cmd/cover/func.go
src/cmd/cover/html.go
src/cmd/cover/profile.go [deleted file]