mirror of
https://github.com/golang/go
synced 2024-11-18 10:04:43 -07:00
go/types: remove _ imports that are not needed anymore
Change-Id: I392b0a0083d6bea80a65f9eef46dd06b02a70e1b Reviewed-on: https://go-review.googlesource.com/10082 Reviewed-by: Alan Donovan <adonovan@google.com>
This commit is contained in:
parent
d2130573e8
commit
138498183c
@ -14,7 +14,6 @@ import (
|
||||
"strings"
|
||||
"testing"
|
||||
|
||||
_ "go/internal/gcimporter"
|
||||
. "go/types"
|
||||
)
|
||||
|
||||
|
@ -15,7 +15,6 @@ import (
|
||||
"testing"
|
||||
"time"
|
||||
|
||||
_ "go/internal/gcimporter"
|
||||
. "go/types"
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user