]> Cypherpunks repositories - gostls13.git/commitdiff
cmd/cover: fix build
authorRob Pike <r@golang.org>
Fri, 1 May 2015 02:10:59 +0000 (19:10 -0700)
committerRob Pike <r@golang.org>
Fri, 1 May 2015 02:12:17 +0000 (02:12 +0000)
TBR=rsc

Change-Id: I6ec69013027213c5e7adedd2edb89dea6af876d9
Reviewed-on: https://go-review.googlesource.com/9563
Reviewed-by: Rob Pike <r@golang.org>
src/cmd/cover/doc.go
src/cmd/cover/func.go
src/cmd/cover/html.go

index c90f4606f75396e7d60bfae1cd08dfe2a1064ae6..636d7e08d9ac9026a0163f6dd17130db10802193 100644 (file)
@@ -18,4 +18,4 @@ For usage information, please see:
        go help testflag
        go tool cover -help
 */
-package main // import "golang.org/x/tools/cmd/cover"
+package main
index 41d9fceca587be2e4477fe1cae57fb4856081fe4..d5a41305ac122a22fe50d59a5c3b4bfbe6f10ca4 100644 (file)
@@ -16,8 +16,6 @@ import (
        "os"
        "path/filepath"
        "text/tabwriter"
-
-       "golang.org/x/tools/cover"
 )
 
 // funcOutput takes two file names as arguments, a coverage profile to read as input and an output
index f6b226406acad2a3c5521eb88af4e1d73e678355..a9a6a3a04f9eb4c3e39a5e7f6f37ae60a18db1de 100644 (file)
@@ -16,8 +16,6 @@ import (
        "os/exec"
        "path/filepath"
        "runtime"
-
-       "golang.org/x/tools/cover"
 )
 
 // htmlOutput reads the profile data from profile and generates an HTML