tools/go/internal/gcimporter
Robert Griesemer 56e9b8e653 go/internal/gcimporter,gccgoimporter: use types.NewInterfaceType
https://go-review.googlesource.com/c/go/+/120875 changed the name
of types.NewInterface2 to NewInterfaceType. Adjust x/tools code to
match new API.

For golang/go#25301.

Change-Id: I21e13566f7c88591a16ce461cb4cce8901980b05
Reviewed-on: https://go-review.googlesource.com/120895
Run-TryBot: Robert Griesemer <gri@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Josh Bleecher Snyder <josharian@gmail.com>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
2018-06-26 17:42:40 +00:00
..
testdata go/internal/gcimporter, gccgoimporter: updated to match latest version in std lib 2018-06-13 15:25:57 +00:00
bexport.go go/internal/gcimporter, gccgoimporter: updated to match latest version in std lib 2018-06-13 15:25:57 +00:00
bexport19_test.go go/internal/gcimporter: return error from BExportData 2018-05-17 02:09:35 +00:00
bexport_test.go go/...: make most tests pass with gccgo 2018-06-08 16:58:49 +00:00
bimport.go go/internal/gcimporter: use types.NewInterface (not NewInterface2) for builds before Go 1.11 2018-06-13 17:48:59 +00:00
exportdata.go go/internal/gcimporter: rename from go/gcimporter15 2018-04-10 13:03:03 +00:00
gcimporter.go go/internal/gcimporter, gccgoimporter: updated to match latest version in std lib 2018-06-13 15:25:57 +00:00
gcimporter11_test.go go/internal/gcimporter: move 1.11 specific tests out of non-1.11 builds (fix build) 2018-06-13 19:12:07 +00:00
gcimporter_test.go go/internal/gcimporter: move 1.11 specific tests out of non-1.11 builds (fix build) 2018-06-13 19:12:07 +00:00
iimport.go go/internal/gcimporter: missed a NewInterface2 call in prior CL 2018-06-13 18:12:16 +00:00
isAlias18.go go/internal/gcimporter: rename from go/gcimporter15 2018-04-10 13:03:03 +00:00
isAlias19.go go/internal/gcimporter: rename from go/gcimporter15 2018-04-10 13:03:03 +00:00
newInterface10.go go/internal/gcimporter: move 1.11 specific tests out of non-1.11 builds (fix build) 2018-06-13 19:12:07 +00:00
newInterface11.go go/internal/gcimporter,gccgoimporter: use types.NewInterfaceType 2018-06-26 17:42:40 +00:00