Commit e0820ac8 authored by Rob Pike's avatar Rob Pike

cmd/cover: fix build

TBR=rsc

Change-Id: I6ec69013027213c5e7adedd2edb89dea6af876d9
Reviewed-on: https://go-review.googlesource.com/9563Reviewed-by: 's avatarRob Pike <r@golang.org>
parent 443a32e7
...@@ -18,4 +18,4 @@ For usage information, please see: ...@@ -18,4 +18,4 @@ For usage information, please see:
go help testflag go help testflag
go tool cover -help go tool cover -help
*/ */
package main // import "golang.org/x/tools/cmd/cover" package main
...@@ -16,8 +16,6 @@ import ( ...@@ -16,8 +16,6 @@ import (
"os" "os"
"path/filepath" "path/filepath"
"text/tabwriter" "text/tabwriter"
"golang.org/x/tools/cover"
) )
// funcOutput takes two file names as arguments, a coverage profile to read as input and an output // funcOutput takes two file names as arguments, a coverage profile to read as input and an output
......
...@@ -16,8 +16,6 @@ import ( ...@@ -16,8 +16,6 @@ import (
"os/exec" "os/exec"
"path/filepath" "path/filepath"
"runtime" "runtime"
"golang.org/x/tools/cover"
) )
// htmlOutput reads the profile data from profile and generates an HTML // htmlOutput reads the profile data from profile and generates an HTML
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment