1
0
mirror of https://github.com/golang/go synced 2024-10-01 10:28:31 -06:00
go/importer
Robert Griesemer 27563ff576 go.tools/go/types: move gcimporter to its own package
- fixed a couple of TODOs
- various cleanups along the way
- adjusted clients

Once submitted, clients of go/types that don't explicitly
specify Config.Import will need to add the extra import:

import _ "code.google.com/p/go.tools/go/gcimporter"

to install the default (gc) importer in go/types.

R=adonovan, gri
CC=golang-dev
https://golang.org/cl/26390043
2013-11-14 14:11:43 -08:00
..
testdata go.tools/importer: add unit test of LoadInitialPackages. 2013-09-10 10:39:51 -04:00
importer_test.go go.tools/importer: add unit test of LoadInitialPackages. 2013-09-10 10:39:51 -04:00
importer.go go.tools/go/types: move gcimporter to its own package 2013-11-14 14:11:43 -08:00
pkginfo.go go.tools/importer: delete BuiltinCallSignature 2013-10-11 12:26:31 -07:00
source_test.go go.tools/ssa: build a separate Function for each init() func. 2013-10-14 14:08:23 -04:00
source.go go.tools/importer: generalize command-line syntax. 2013-09-06 18:13:57 -04:00
util.go go.tools/importer: don't pass srcDir=os.Getwd to go/build.Import(). 2013-10-31 10:56:33 -04:00