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:
parent
fb3df4a89d
commit
cd3cb7be66
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user