1
0
mirror of https://github.com/golang/go synced 2024-10-01 16:18:32 -06:00
go/cmd/gotype
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
..
doc.go go.tools/cmd/gotype: parse in parallel 2013-11-07 13:32:02 -08:00
gotype.go go.tools/go/types: move gcimporter to its own package 2013-11-14 14:11:43 -08:00