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:
parent
fb3df4a89d
commit
cd3cb7be66
|
|
@ -11,7 +11,6 @@ import (
|
|||
exact "go/constant"
|
||||
"go/token"
|
||||
"go/types"
|
||||
"log"
|
||||
"os"
|
||||
"strings"
|
||||
"unicode/utf8"
|
||||
|
|
|
|||
Loading…
Reference in New Issue