1
0
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:
Robert Griesemer 2015-05-14 11:36:19 -07:00
parent d2130573e8
commit 138498183c
2 changed files with 0 additions and 2 deletions

View File

@ -14,7 +14,6 @@ import (
"strings"
"testing"
_ "go/internal/gcimporter"
. "go/types"
)

View File

@ -15,7 +15,6 @@ import (
"testing"
"time"
_ "go/internal/gcimporter"
. "go/types"
)