]> Cypherpunks repositories - gostls13.git/commit
cmd/cover: copy to standard repository from golang.org/x/tools/cmd/cover
authorRob Pike <r@golang.org>
Thu, 30 Apr 2015 21:37:43 +0000 (14:37 -0700)
committerRob Pike <r@golang.org>
Fri, 1 May 2015 00:40:09 +0000 (00:40 +0000)
commit5eddc5bae3c0b532b7e6e6c0e6280c562e213b7c
tree98f763522c40342607b4e59316a2302ab1914d03
parent198dcedad3c6c5df9551cc0664fa4674a1c35256
cmd/cover: copy to standard repository from golang.org/x/tools/cmd/cover

This required dealing with the ill-advised split of the profile code
into a separate package. I just copied it over unchanged. The package
does not deserve to be in the standard repository. We can cope
with the duplication.

Also update the go command to know about the new location.

Fixes #10528.

Change-Id: I05170ef3663326d57b9c18888d01163acd9256b6
Reviewed-on: https://go-review.googlesource.com/9560
Reviewed-by: Russ Cox <rsc@golang.org>
12 files changed:
src/cmd/cover/cover [new file with mode: 0755]
src/cmd/cover/cover.go [new file with mode: 0644]
src/cmd/cover/cover_test.go [new file with mode: 0644]
src/cmd/cover/doc.go [new file with mode: 0644]
src/cmd/cover/func.go [new file with mode: 0644]
src/cmd/cover/html.go [new file with mode: 0644]
src/cmd/cover/profile.go [new file with mode: 0644]
src/cmd/cover/testdata/main.go [new file with mode: 0644]
src/cmd/cover/testdata/test.go [new file with mode: 0644]
src/cmd/go/pkg.go
src/cmd/go/test.bash
src/cmd/go/tool.go