1
0
mirror of https://github.com/golang/go synced 2024-11-18 11:24:41 -07:00

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 <adonovan@google.com>
This commit is contained in:
Alan Donovan 2016-02-15 21:39:23 -05:00 committed by Alan Donovan
parent fb3df4a89d
commit cd3cb7be66

View File

@ -11,7 +11,6 @@ import (
exact "go/constant" exact "go/constant"
"go/token" "go/token"
"go/types" "go/types"
"log"
"os" "os"
"strings" "strings"
"unicode/utf8" "unicode/utf8"