tools/go/gcimporter15
Alan Donovan 4747062949 go/gcimporter15: a copy of go/gcimporter using go1.5 std go/types
Because the std go/importer's Lookup functionality is incomplete,
clients have no way to create a Go 1.5 types.Package from an io.Reader
reading from gc export data.  This package provides a stopgap until
the standard library is complete.

The go/gcimporter package remains unchanged, and uses only the
golang.org/x/tools/go/types package.

Change-Id: I47a817f4b6a52ddab26c6b01de6e28099301faf5
Reviewed-on: https://go-review.googlesource.com/18382
Reviewed-by: Robert Griesemer <gri@golang.org>
2016-01-07 18:06:54 +00:00
..
testdata go/gcimporter15: a copy of go/gcimporter using go1.5 std go/types 2016-01-07 18:06:54 +00:00
exportdata.go go/gcimporter15: a copy of go/gcimporter using go1.5 std go/types 2016-01-07 18:06:54 +00:00
gcimporter.go go/gcimporter15: a copy of go/gcimporter using go1.5 std go/types 2016-01-07 18:06:54 +00:00
gcimporter_test.go go/gcimporter15: a copy of go/gcimporter using go1.5 std go/types 2016-01-07 18:06:54 +00:00