From cd3cb7be66fa0563f7ae86a1b3072603a54cd9bf Mon Sep 17 00:00:00 2001 From: Alan Donovan Date: Mon, 15 Feb 2016 21:39:23 -0500 Subject: [PATCH] cmd/guru: fix build breakage due to unneeded log import I think this resulted from git automerging. Change-Id: Icc285601846bd0a2a2bb2316ae4575395744c44b Reviewed-on: https://go-review.googlesource.com/19511 Reviewed-by: Alan Donovan --- cmd/guru/describe.go | 1 - 1 file changed, 1 deletion(-) diff --git a/cmd/guru/describe.go b/cmd/guru/describe.go index fdb94a8a..f903f166 100644 --- a/cmd/guru/describe.go +++ b/cmd/guru/describe.go @@ -11,7 +11,6 @@ import ( exact "go/constant" "go/token" "go/types" - "log" "os" "strings" "unicode/utf8"